We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afaf91e + ccdf4d2 commit 1ccee34Copy full SHA for 1ccee34
.github/workflows/contrib.yml
@@ -71,9 +71,8 @@ jobs:
71
- name: Run tests
72
run: tools/ci/check.sh
73
if: ${{ matrix.check != 'skiptests' }}
74
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
75
with:
76
- file: coverage.xml
77
token: ${{ secrets.CODECOV_TOKEN }}
78
if: ${{ always() }}
79
- name: Upload pytest test results
.github/workflows/tests.yml
@@ -145,9 +145,8 @@ jobs:
145
146
147
148
149
150
151
152
153
0 commit comments