Skip to content

Commit d94320d

Browse files
committed
ci: 迁移 codecov 上传至官方 action
1 parent f8c1e07 commit d94320d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ jobs:
2424
PROGRESS: none
2525
NODE_ENV: test
2626
NODE_OPTIONS: --max_old_space_size=4096
27-
- run: bash <(curl -s https://codecov.io/bash)
27+
- name: Upload results to Codecov
28+
uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)