Skip to content

Commit f3f2c9d

Browse files
authored
Upload codecov on condition
1 parent 0d889fd commit f3f2c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test with tox
2222
run: tox
2323
- name: Upload coverage to Codecov
24-
if: matrix.python-version == "3.6" && success()
24+
if: matrix.python-version == 3.6 && success()
2525
uses: codecov/codecov-action@v1
2626
with:
2727
files: coverage.xml

0 commit comments

Comments
 (0)