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 928a3a4 commit 84586f0Copy full SHA for 84586f0
.github/workflows/test.yaml
@@ -43,10 +43,12 @@ jobs:
43
pytest
44
- name: Upload coverage to Codecov
45
if: ${{ matrix.update-coverage }}
46
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
47
with:
48
- file: ./coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+ files: ./coverage.xml
50
fail_ci_if_error: true
51
+ verbose: true
52
53
lint:
54
name: black
0 commit comments