Skip to content

Commit 04b1e97

Browse files
committed
Only upload coverage once
Upload coverage once to avoid codecov confusing matrix run coverage results.
1 parent f48e5ba commit 04b1e97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Upload coverage
4444
uses: codecov/codecov-action@v3
45+
if: matrix.python-version == '3.8'
4546
with:
4647
env_vars: PYTHON
4748
fail_ci_if_error: true

0 commit comments

Comments
 (0)