Skip to content

Commit ef9f068

Browse files
SamWilsnCarsons-Eelscodeofcarson
authored
update to use CodeCov v5 (#1162) (#1174)
Co-authored-by: Carson <[email protected]> Co-authored-by: Carson <[email protected]>
1 parent 7e3a623 commit ef9f068

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
env:
5050
PYPY_GC_MAX: "10G"
5151

52-
- name: Upload coverage to Codecov
52+
- name: Upload coverage reports to Codecov
5353
if: "${{ !startsWith(matrix.py, 'pypy') }}"
54-
uses: codecov/codecov-action@v1
54+
uses: codecov/codecov-action@v5
5555
with:
5656
files: .tox/coverage.xml
5757
flags: unittests
58+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)