Disable coveralls, use codecov

This commit is contained in:
Jason Turner 2015-05-30 17:22:00 -06:00
parent cff635fb65
commit 916708ce29

View File

@ -23,13 +23,12 @@ script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . ; fi
- 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 coveralls -e "unittests/catch.hpp" -E ".*\.cpp" --gcov $GCOV ; fi
- if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://codecov.io/bash); fi
after_script:
- if [ ${CPPCHECK} = 1 ]; then contrib/codeanalysis/runcppcheck.sh ; fi
after_success:
- if [ ${COVERAGE} = 1 ]; then bash <(curl -s https://codecov.io/bash); fi
notifications:
email: