Skip to content

Commit 2e97dd8

Browse files
committed
Try to fix codecov.
1 parent 8c269d2 commit 2e97dd8

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
@@ -77,7 +77,8 @@ jobs:
7777
cd test
7878
npm run coverage-ci
7979
- name: Upload coverage to Codecov
80-
uses: codecov/codecov-action@v3
80+
uses: codecov/codecov-action@v4
8181
with:
8282
file: ./test/coverage/lcov.info
8383
fail_ci_if_error: true
84+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)