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 197016b commit b5e0d10Copy full SHA for b5e0d10
.github/workflows/test.yml
@@ -43,9 +43,10 @@ jobs:
43
44
- name: Upload coverage to Codecov
45
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
46
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
47
with:
48
- file: ./coverage.xml
+ files: ./coverage.xml
49
flags: unittests
50
name: codecov-umbrella
51
fail_ci_if_error: false
52
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments