Skip to content

Commit 8b16f37

Browse files
authored
Fix coverage upload. (#130)
1 parent d84ec72 commit 8b16f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
env: ${{ matrix.env }}
6262
run: tox
6363
- name: Upload coverage.xml to codecov
64-
uses: codecov/codecov-action@v1
64+
uses: codecov/codecov-action@v5
65+
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6567
pre-commit:
6668
runs-on: ubuntu-latest
6769
steps:

0 commit comments

Comments
 (0)