Skip to content

Commit 98845e9

Browse files
committed
Only upload coverage for 1 matrix job
1 parent 7b27a16 commit 98845e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030

3131
- name: Execute linters and test suites
3232
run: ./scripts/cibuild
33-
34-
33+
3534
- name: Upload All coverage to Codecov
3635
uses: codecov/codecov-action@v1
36+
# Only upload this once...
37+
if: ${{ matrix.os == 'Linux' && matrix.python-version == "3.8"}}
3738
with:
3839
token: ${{ secrets.CODECOV_TOKEN }}
3940
file: ./coverage.xml

0 commit comments

Comments
 (0)