Skip to content

Commit 54d6567

Browse files
authoredFeb 5, 2025··
Fix coverage upload.
1 parent 5e4bce3 commit 54d6567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
SPLASH_URL=http://127.0.0.1:8050 tox
3636
3737
- name: Upload coverage report
38-
uses: codecov/codecov-action@v2
38+
uses: codecov/codecov-action@v5
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
41+

0 commit comments

Comments
 (0)
Please sign in to comment.