Skip to content

Commit 06993da

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
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)