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 bc14fa8 commit c4eab91Copy full SHA for c4eab91
.github/workflows/ci.yml
@@ -51,11 +51,10 @@ jobs:
51
- name: Upload coverage to Codecov
52
uses: codecov/codecov-action@v4
53
with:
54
- file: ./coverage.xml
+ files: ./coverage.xml
55
fail_ci_if_error: false
56
verbose: true
57
- env:
58
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
59
60
test-python-311-single-user:
61
runs-on: ubuntu-latest
0 commit comments