Skip to content

Commit 96f12a3

Browse files
committed
bump codecov integration
1 parent f8ee36b commit 96f12a3

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

0 commit comments

Comments
 (0)