Skip to content

Commit 6ff686d

Browse files
committed
fix coverage.yml
1 parent 46a6ae2 commit 6ff686d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
coverage run
2929
coverage xml
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v4
3232
with:
3333
file: coverage.xml
3434
flags: unittests
3535
fail_ci_if_error: true
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)