Another attempt at getting codecov working
This commit is contained in:
parent
916708ce29
commit
2848e16ea1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user