Skip to content

Commit 0236594

Browse files
committed
✨ 新增 codecov.yml
1 parent 013f8d6 commit 0236594

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ on: [push]
33
jobs:
44
run:
55
runs-on: ubuntu-latest
6-
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
710
steps:
811
- uses: actions/checkout@main
912
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)