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 4d51afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ script:
- tox
after_script:
- 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;
Expand Down

0 comments on commit 4d51afa

Please sign in to comment.