We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee36b commit 96f12a3Copy full SHA for 96f12a3
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,8 @@ jobs:
35
- name: Test with tox
36
run: |
37
tox --parallel 0
38
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
39
with:
40
- file: ./coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
41
+ files: ./coverage.xml
42
+ disable_search: true
0 commit comments