diff --git a/docker/tests/versions.sh b/docker/tests/versions.sh index c3c72ee..40e1a3b 100755 --- a/docker/tests/versions.sh +++ b/docker/tests/versions.sh @@ -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