summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-31 14:27:02 +0200
committerDaniel Hahler <git@thequod.de>2019-03-31 14:27:02 +0200
commit42b4194918fccbaff3fa22ba95227df8c962480f (patch)
treef0e4dd830ae0764e3aef5315244e00eb6c47b619
parent808b66c8451bbcc1754db9c1853f4f11bf902b2a (diff)
downloadpython-coveragepy-git-42b4194918fccbaff3fa22ba95227df8c962480f.tar.gz
ci: Travis: codecov: use codecov-bash
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 09ad7c48..edeafe68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,5 @@ after_script:
- |
if [[ $COVERAGE_COVERAGE == 'yes' ]]; then
python igor.py combine_html
- pip install codecov
- codecov -X gcov coveragepy search xcode --name $TOXENV --file coverage.xml
+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV
fi