We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c4110f + 42751f8 commit 6baeb00Copy full SHA for 6baeb00
Dockerfile
@@ -29,7 +29,6 @@ RUN mix phx.digest
29
30
# compile and build release
31
COPY lib lib
32
-COPY web web
33
COPY openapi.json openapi.json
34
# uncomment COPY if rel/ exists
35
# COPY rel rel
lib/opencov/templates/comment_template.ex
@@ -119,7 +119,7 @@ defmodule Librecov.Templates.CommentTemplate do
119
do: file_line(file, previous_coverage)
120
121
defp files_line({%File{} = file, nil}),
122
- do: file_line(file, 0.0)
+ do: file_line(file, 100.0)
123
124
defp file_line(
125
%File{
0 commit comments