Skip to content

Commit 108a3a8

Browse files
authored
Merge pull request #251 from z0ffy/feat/upate-ci
build(workflow): update coverage reporting tool and clean up permissi…
2 parents df88575 + c44fce8 commit 108a3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11-
pull-requests: write # 用于 PR 评论(如测试覆盖率报告)
11+
pull-requests: write
1212

1313
jobs:
1414
lint:
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload coverage reports
6666
if: matrix.node-version == '20'
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: false

0 commit comments

Comments
 (0)