Skip to content

Commit b3c1c75

Browse files
Update gcovr args
1 parent e49972e commit b3c1c75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ coverage: sofos_coverage unittest_coverage
5959
cd test && bash run_tests.bash ../sofos_coverage
6060

6161
coverage_html: coverage
62-
gcovr -r . -e catch.hpp -e unittest.cc --html-details -o coverage.html
62+
gcovr -r . -s -e contrib/catch.hpp -e unittest.cc --html-details -o coverage.html
6363

6464
coverage_xml: coverage
65-
gcovr -r . -e catch.hpp -e unittest.cc -x -o cobertura.xml
65+
gcovr -r . -s -e contrib/catch.hpp -e unittest.cc -x -o cobertura.xml
6666

6767
codecov.bash:
6868
curl -s https://codecov.io/bash > $@

0 commit comments

Comments
 (0)