Add Codecov

This commit is contained in:
Markus Gans 2019-08-09 06:48:39 +02:00
parent 3c5c2aa69e
commit 5bd46e32ec
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,7 @@ matrix:
- cat test/*.log
#
# Coveralls
# Coveralls + Codecov
#
- os: linux
env:
@ -82,10 +82,12 @@ matrix:
- lsb_release -a
- uname -a
- pip install --user cpp-coveralls
- sudo pip install codecov
script:
- ./build.sh coverage
after_success:
- coveralls --gcov-options '\-lp' -e debian -e doc -e icon -e logo -e m4 -e scripts -e examples
- bash <(curl -s https://codecov.io/bash)
#
# macOS