codecov: use only linux/windows flags
Using many flags are a reason for timeouts on Codecov's backend.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ after_success:
|
||||
coverage combine
|
||||
coverage xml --ignore-errors
|
||||
coverage report -m --ignore-errors
|
||||
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F "${TOXENV//-/,},linux"
|
||||
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F $TRAVIS_OS_NAME
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
||||
Reference in New Issue
Block a user