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 5f49d9c commit befaf8aCopy full SHA for befaf8a
.github/workflows/main.yml
@@ -51,10 +51,10 @@ jobs:
51
52
53
- name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
54
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
55
if: ${{ matrix.python-version == '3.11' }}
56
- env:
57
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
58
59
check-docs:
60
runs-on: ubuntu-latest
0 commit comments