Skip to content

Commit 0d889fd

Browse files
authored
Update codecov upload on condition
1 parent c3aeec5 commit 0d889fd

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,11 +21,11 @@ jobs:
2121
- name: Test with tox
2222
run: tox
2323
- name: Upload coverage to Codecov
24+
if: matrix.python-version == "3.6" && success()
2425
uses: codecov/codecov-action@v1
2526
with:
2627
files: coverage.xml
2728
flags: unittests
2829
name: codecov-client-reportportal
2930
path_to_write_report: codecov_report.txt
30-
python-version: 3.6
3131
verbose: true

0 commit comments

Comments
 (0)