Skip to content

Commit

Permalink
Dockerfile: Don't run kcov --help, since it uses exit code 1
Browse files Browse the repository at this point in the history
This can cause the build to fail with the non-zero return code.
  • Loading branch information
SimonKagstrom committed Jul 9, 2024
1 parent ade015b commit fe0643b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN set -eux; \
# Make assertions
grep -q -c '"percent_covered": "100.00"' /tmp/coverage/test-executable.sh/coverage.json; \
grep -q -c '"total_lines": 2' /tmp/coverage/test-executable.sh/coverage.json; \
kcov --help --uncommon-options; \
# Cleanup
rm -r /tmp/coverage /tmp/test-executable.sh;

Expand Down

0 comments on commit fe0643b

Please sign in to comment.