Skip to content

Commit 7b0218f

Browse files
committed
ci: Travis: coverage combine
1 parent 2a4a195 commit 7b0218f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ script:
3131
- tox
3232
after_script:
3333
- if [ $CI_TARGET = tests ]; then
34+
coverage combine;
3435
coverage report -m;
3536
coverage xml;
3637
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;

0 commit comments

Comments
 (0)