Skip to content

Commit

Permalink
Remove --report-only
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 14, 2024
1 parent 95e5244 commit fcc0d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tests/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cd $(dirname $0)/

kcov --version
SHUNIT_COLOR="none" ./test.sh | grep -F "Ran 1 test"
kcov --report-only /tmp/kcov ./test.sh
kcov /tmp/kcov ./test.sh
ls -lah /tmp/kcov/index.html

0 comments on commit fcc0d6f

Please sign in to comment.