Skip to content

Commit 2fa9da1

Browse files
Update coverage.yml
1 parent c4a7360 commit 2fa9da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
coverage:
77

88
runs-on: ubuntu-latest
9+
permissions:
10+
pull-requests: write
911
steps:
1012
- uses: actions/checkout@v3
1113

@@ -25,4 +27,4 @@ jobs:
2527
coverage-files: coverage/lcov.info
2628
minimum-coverage: 40
2729
github-token: ${{ secrets.GITHUB_TOKEN }}
28-
update-comment: true
30+
update-comment: true

0 commit comments

Comments
 (0)