Skip to content

Commit 06993da

Browse files
committed
bump codecov integration
1 parent 5039d79 commit 06993da

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
@@ -37,6 +37,8 @@ jobs:
3737
- name: Test with tox
3838
run: |
3939
tox --parallel 0
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v5
4141
with:
42-
file: ./coverage.xml
42+
token: ${{ secrets.CODECOV_TOKEN }}
43+
files: ./coverage.xml
44+
disable_search: true

0 commit comments

Comments
 (0)