Skip to content

Commit

Permalink
ci: Travis: coverage combine
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 9, 2020
1 parent 2a4a195 commit 904deb2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ before_install:
script:
- tox
after_script:
- if [ $CI_TARGET = tests ]; then
coverage report -m;
coverage xml;
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;
ocular;
- |
if [ $CI_TARGET = tests ]; then
coverage combine
coverage report -m
coverage xml
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml
ocular
fi

0 comments on commit 904deb2

Please sign in to comment.