diff options
author | Daniel Hahler <git@thequod.de> | 2019-03-31 14:27:02 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-03-31 14:27:02 +0200 |
commit | 42b4194918fccbaff3fa22ba95227df8c962480f (patch) | |
tree | f0e4dd830ae0764e3aef5315244e00eb6c47b619 | |
parent | 808b66c8451bbcc1754db9c1853f4f11bf902b2a (diff) | |
download | python-coveragepy-git-42b4194918fccbaff3fa22ba95227df8c962480f.tar.gz |
ci: Travis: codecov: use codecov-bash
-rw-r--r-- | .travis.yml | 3 |
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 |