mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
ci: Travis: slighty improve codecov-bash invocation (#967)
This commit is contained in:
@@ -30,5 +30,5 @@ after_success:
|
|||||||
- |
|
- |
|
||||||
if [ "$ENV" = "test_coverage" ]; then
|
if [ "$ENV" = "test_coverage" ]; then
|
||||||
coverage xml
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user