ci: Travis: slighty improve codecov-bash invocation (#967)

This commit is contained in:
Daniel Hahler
2019-12-05 23:09:19 +01:00
committed by GitHub
parent 12e97c7a04
commit ac6b2f1e3e

View File

@@ -30,5 +30,5 @@ after_success:
- |
if [ "$ENV" = "test_coverage" ]; then
coverage xml
bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -X fix -X search -X xcode -f coverage.xml -F py${TRAVIS_PYTHON_VERSION//./}
travis_retry bash <(curl -s https://codecov.io/bash) -X fix -f coverage.xml -F py${TRAVIS_PYTHON_VERSION//./}
fi