one more attempt to ignore catch.hpp from coverage
This commit is contained in:
parent
e608d14a4f
commit
33a929ef93
@ -14,7 +14,7 @@ script:
|
|||||||
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug .
|
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug .
|
||||||
- make -j2
|
- make -j2
|
||||||
- make test
|
- make test
|
||||||
- coveralls -E ".*\.cpp" -e catch.hpp --gcov $GCOV
|
- coveralls -e "unittests/catch.hpp" -E ".*\.cpp" --gcov $GCOV
|
||||||
after_script:
|
after_script:
|
||||||
- contrib/codeanalysis/runcppcheck.sh
|
- contrib/codeanalysis/runcppcheck.sh
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user