Skip to content

Commit 6baeb00

Browse files
authored
Merge pull request #116 from yknx4/fix/docker-build-3
fix: docker doesnt build
2 parents 7c4110f + 42751f8 commit 6baeb00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN mix phx.digest
2929

3030
# compile and build release
3131
COPY lib lib
32-
COPY web web
3332
COPY openapi.json openapi.json
3433
# uncomment COPY if rel/ exists
3534
# COPY rel rel

lib/opencov/templates/comment_template.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defmodule Librecov.Templates.CommentTemplate do
119119
do: file_line(file, previous_coverage)
120120

121121
defp files_line({%File{} = file, nil}),
122-
do: file_line(file, 0.0)
122+
do: file_line(file, 100.0)
123123

124124
defp file_line(
125125
%File{

0 commit comments

Comments
 (0)