We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591ca29 commit 8e6eafeCopy full SHA for 8e6eafe
.travis.yml
@@ -98,8 +98,6 @@ after_success:
98
- |
99
set -ex
100
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"
+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout
104
fi
105
set +ex
0 commit comments