Skip to content

Commit 4e1b514

Browse files
authored
chroe: codecov action not work
1 parent 4359606 commit 4e1b514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
- name: Test
2727
run: make test
2828

29-
- uses: codecov/codecov-action@v3
29+
- uses: codecov/codecov-action@v4
3030
with:
3131
files: cover.out
3232
fail_ci_if_error: true
3333
verbose: true
34+
env:
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)