Skip to content

Commit c44fce8

Browse files
committed
build(workflow): update coverage reporting tool and clean up permission comments
Bumped codecov action from previous major version to latest release. Removed inline documentation for pull request permissions to maintain cleaner workflow configuration.
1 parent df88575 commit c44fce8

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)