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