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 80bf6b5 commit 1acd401Copy full SHA for 1acd401
.travis.yml
@@ -53,7 +53,7 @@ script:
53
after_script:
54
- |
55
if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
56
- bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV
+ bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV -F "${TRAVIS_OS_NAME}"
57
fi
58
59
# Only master and releases. PRs are used otherwise.
0 commit comments