Skip to content

Commit 0d289b5

Browse files
Fixed codecov upload stage (#383)
1 parent c487f5c commit 0d289b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
5454
- name: Upload coverage to Codecov
5555
uses: codecov/codecov-action@v2
56-
if: contains(env.USING_COVERAGE, matrix.python-version) && contains(env.USING_COVERAGE_OS, matrix.os)
56+
if: contains(env.USING_COVERAGE, matrix.python-version)
5757
with:
58+
token: ${{secrets.CODECOV_TOKEN}}
5859
fail_ci_if_error: true

0 commit comments

Comments
 (0)