From e608d14a4f3f127fb7ff8c707fdf9f91117d9c05 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 20 May 2015 18:43:28 -0600 Subject: [PATCH] Attempt again to clean up coverage reporting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 243e529c..cffd3096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . - make -j2 - make test - - coveralls -E ".*\.cpp|catch\.hpp" --gcov $GCOV + - coveralls -E ".*\.cpp" -e catch.hpp --gcov $GCOV after_script: - contrib/codeanalysis/runcppcheck.sh notifications: