Make sure we are not also doing coverage testing on catch.hpp
This commit is contained in:
parent
c32af523c3
commit
e43b1b8d0d
@ -14,7 +14,7 @@ script:
|
||||
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug .
|
||||
- make -j2
|
||||
- make test
|
||||
- coveralls -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV
|
||||
- coveralls -E ".*\.cpp|catch\.hpp" --gcov $GCOV
|
||||
after_script:
|
||||
- contrib/codeanalysis/runcppcheck.sh
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user