Skip to content

Commit 5370c2c

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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/codecov-action@v4.5.0
25+
uses: codecov/codecov-action@v4
26+
with:
27+
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)