Skip to content

Commit b5e0d10

Browse files
committed
Update codecov
1 parent 197016b commit b5e0d10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
4444
- name: Upload coverage to Codecov
4545
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
46-
uses: codecov/codecov-action@v4
46+
uses: codecov/codecov-action@v5
4747
with:
48-
file: ./coverage.xml
48+
files: ./coverage.xml
4949
flags: unittests
5050
name: codecov-umbrella
5151
fail_ci_if_error: false
52+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)