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 5a7bccb commit 8f51a34Copy full SHA for 8f51a34
.github/workflows/main.yaml
@@ -70,8 +70,10 @@ jobs:
70
run: |
71
pytest --benchmark-disable
72
- name: Upload coverage to Codecov
73
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
74
if: matrix.python-version == 3.12
75
+ env:
76
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
77
with:
78
file: ./coverage.xml
79
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments