Remove -n from coveralls call
This commit is contained in:
parent
37b73f0e3c
commit
c32af523c3
@ -14,7 +14,7 @@ script:
|
||||
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug .
|
||||
- make -j2
|
||||
- make test
|
||||
- coveralls -n -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV
|
||||
- coveralls -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV
|
||||
after_script:
|
||||
- contrib/codeanalysis/runcppcheck.sh
|
||||
notifications:
|
||||
|
Loading…
x
Reference in New Issue
Block a user