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 1a58780 commit 9c58cc8Copy full SHA for 9c58cc8
.github/workflows/test.yaml
@@ -49,9 +49,10 @@ jobs:
49
env:
50
PYPY_GC_MAX: "10G"
51
52
- - name: Upload coverage to Codecov
+ - name: Upload coverage reports to Codecov
53
if: "${{ !startsWith(matrix.py, 'pypy') }}"
54
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
55
with:
56
files: .tox/coverage.xml
57
flags: unittests
58
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments