Skip to content

Commit 9535275

Browse files
committed
ci(fix): allow coverage action to post to PR
1 parent ae9d3d0 commit 9535275

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1010
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111

12+
# "write" access for checks/pull-request needed by 5monkeys/cobertura-action to
13+
# post coverage stats in PR comments.
14+
permissions:
15+
checks: write
16+
pull-requests: write
17+
1218
jobs:
1319
qa:
1420
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)