Skip to content

Commit 8e6eafe

Browse files
authored
ci: remove codecov flags (#728)
After more than half a year this still triggers timeouts on their end...
1 parent 591ca29 commit 8e6eafe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ after_success:
9898
- |
9999
set -ex
100100
if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
101-
codecov_flags=${TOXENV%-coverage}
102-
codecov_flags=${codecov_flags//-/,}
103-
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout -F "$codecov_flags"
101+
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout
104102
fi
105103
set +ex

0 commit comments

Comments
 (0)