We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5822b2 commit be21e9cCopy full SHA for be21e9c
1 file changed
Makefile
@@ -59,7 +59,7 @@ coverage: sofos_coverage unittest_coverage
59
60
test_codecov: sofos_unittest_coverage sofos_coverage
61
rm -f *.gcda
62
- ./sofos_unittest_coverage
+ ./unittest_coverage
63
cd test && bash test-01.bash ../sofos_coverage
64
for filename in $(SOFOSCC); do gcov -n -o . $$filename > /dev/null; done
65
bash -c 'bash <(curl -s https://codecov.io/bash)'
0 commit comments