Skip to content

Commit abce35a

Browse files
committed
Try to fix codecov upload.
1 parent ab8f184 commit abce35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
cd test
7272
npm run coverage-ci
7373
- name: Upload coverage to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v4
7575
with:
7676
file: ./test/coverage/lcov.info
7777
fail_ci_if_error: true
78+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)