From ac6b2f1e3ec091c53d519fce04751fe96fdc2d3f Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 5 Dec 2019 23:09:19 +0100 Subject: [PATCH] ci: Travis: slighty improve codecov-bash invocation (#967) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09a0524..7d3b196 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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