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 c487f5c commit 0d289b5Copy full SHA for 0d289b5
.github/workflows/tox.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Upload coverage to Codecov
55
uses: codecov/codecov-action@v2
56
- if: contains(env.USING_COVERAGE, matrix.python-version) && contains(env.USING_COVERAGE_OS, matrix.os)
+ if: contains(env.USING_COVERAGE, matrix.python-version)
57
with:
58
+ token: ${{secrets.CODECOV_TOKEN}}
59
fail_ci_if_error: true
0 commit comments