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 47e9f97 commit 9e68690Copy full SHA for 9e68690
.github/workflows/ci.yml
@@ -42,4 +42,6 @@ jobs:
42
if which black; then black --check . ; fi
43
check-manifest
44
- name: Report coverage to Codecov
45
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
46
+ env:
47
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments