We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4a195 commit 7b0218fCopy full SHA for 7b0218f
.travis.yml
@@ -31,6 +31,7 @@ script:
31
- tox
32
after_script:
33
- if [ $CI_TARGET = tests ]; then
34
+ coverage combine;
35
coverage report -m;
36
coverage xml;
37
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;
0 commit comments