Skip to content

Commit 62985c0

Browse files
authored
Merge pull request #3 from secondlife/signal/single-cov-upload
Only upload coverage once
2 parents f48e5ba + 04b1e97 commit 62985c0

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)