Skip to content

Commit

Permalink
ci: remove --include-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 7, 2024
1 parent 1a009bf commit a62f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -eux; \
# Write a test script
echo '#!/usr/bin/env bash\nif [[ true ]]; then\necho "Hello, kcov!"\nfi' > /tmp/test-executable.sh; \
# Test kcov
kcov --include-pattern=/tmp/test-executable.sh /tmp/coverage /tmp/test-executable.sh; \
kcov /tmp/coverage /tmp/test-executable.sh; \
# Display
cat /tmp/coverage/test-executable.sh/coverage.json; \
# Make assertions
Expand Down

0 comments on commit a62f9e6

Please sign in to comment.