Skip to content

Commit cb4dd99

Browse files
committed
fix: upgrade codecov-action to v5 with token
1 parent c1f9afd commit cb4dd99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
pytest --cov=onecite --cov-report=xml --cov-report=term
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v5
4444
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
slug: HzaCode/OneCite
4547
file: ./coverage.xml
4648
flags: unittests
4749
name: codecov-umbrella

0 commit comments

Comments
 (0)