Thanks to visit codestin.com Credit goes to github.com
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.
2 parents ed1ba66 + 0a3e296 commit 53a7dd4Copy full SHA for 53a7dd4
1 file changed
.github/workflows/tests.yml
@@ -421,7 +421,7 @@ jobs:
421
fi
422
- name: Upload code coverage
423
if: ${{ !cancelled() && github.event_name != 'schedule' }}
424
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
425
with:
426
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
427
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments