We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaf91e commit 195af8aCopy full SHA for 195af8a
.github/workflows/contrib.yml
@@ -71,7 +71,7 @@ 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 }}
.github/workflows/tests.yml
@@ -145,7 +145,7 @@ jobs:
145
146
147
148
149
150
151
0 commit comments