Skip to content

Commit 5370c2c

Browse files
committed
Add Codecov token to fix coverage upload
1 parent 5f601d9 commit 5370c2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
tox -e py
2323
2424
- name: Upload coverage
25-
uses: codecov/[email protected]
25+
uses: codecov/codecov-action@v4
26+
with:
27+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)