We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c8e71 commit b0485e9Copy full SHA for b0485e9
1 file changed
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
- name: Test with tox
41
run: |
42
tox --parallel 0
43
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
44
with:
45
- file: ./coverage.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
46
+ files: ./coverage.xml
47
+ disable_search: true
0 commit comments