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 5ea3f6e commit fc38e06Copy full SHA for fc38e06
.github/workflows/test.yaml
@@ -36,11 +36,11 @@ jobs:
36
poetry run pytest
37
- name: Upload coverage to Codecov
38
if: ${{ matrix.update-coverage }}
39
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
40
with:
41
- token: ${{ secrets.CODECOV_TOKEN }}
42
- files: ./coverage.xml
43
fail_ci_if_error: true
+ files: ./coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
44
verbose: true
45
46
lint:
0 commit comments