Skip to content

Commit b0485e9

Browse files
committed
bump codecov integration
1 parent 20c8e71 commit b0485e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- name: Test with tox
4141
run: |
4242
tox --parallel 0
43-
- uses: codecov/codecov-action@v1
43+
- uses: codecov/codecov-action@v5
4444
with:
45-
file: ./coverage.xml
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
files: ./coverage.xml
47+
disable_search: true

0 commit comments

Comments
 (0)