We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49972e commit b3c1c75Copy full SHA for b3c1c75
1 file changed
Makefile
@@ -59,10 +59,10 @@ coverage: sofos_coverage unittest_coverage
59
cd test && bash run_tests.bash ../sofos_coverage
60
61
coverage_html: coverage
62
- gcovr -r . -e catch.hpp -e unittest.cc --html-details -o coverage.html
+ gcovr -r . -s -e contrib/catch.hpp -e unittest.cc --html-details -o coverage.html
63
64
coverage_xml: coverage
65
- gcovr -r . -e catch.hpp -e unittest.cc -x -o cobertura.xml
+ gcovr -r . -s -e contrib/catch.hpp -e unittest.cc -x -o cobertura.xml
66
67
codecov.bash:
68
curl -s https://codecov.io/bash > $@
0 commit comments