We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd16da commit c459f07Copy full SHA for c459f07
1 file changed
.github/workflows/coverage.yml
@@ -4,6 +4,10 @@ name: Node.js CI Tests and Coverage
4
on:
5
pull_request:
6
7
+# Allows Coverage to be written back as a PR comment
8
+permissions:
9
+ pull-requests: write
10
+
11
# Define the jobs for this workflow
12
jobs:
13
test:
0 commit comments