Skip to content

Commit baaf318

Browse files
author
Dias, Diego
committed
Add PR write permissions for automatic coverage comments
- Add pull-requests: write permission to allow action to comment on PRs - ArtiomTr action will now automatically post coverage reports as PR comments - Comments will include coverage summary and file-by-file breakdown
1 parent 69c7817 commit baaf318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
test-coverage:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
pull-requests: write
1417

1518
steps:
1619
- name: Checkout code

0 commit comments

Comments
 (0)