From 2848e16ea150782757dd387a777c7645bbe192c7 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 30 May 2015 17:59:36 -0600 Subject: [PATCH] Another attempt at getting codecov working --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index db11991..386d495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make -j2 ; fi - make test # - if [ ${COVERAGE} = 1 ]; then coveralls -e "unittests/catch.hpp" -E ".*\.cpp" --gcov $GCOV ; fi + - if [ ${COVERAGE} = 1 ]; then find . -name "*.cpp" | xargs $GCOV; fi - if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://codecov.io/bash); fi after_script: