Skip to content

Commit 9e87f4e

Browse files
committed
chore(ci): remove PR coverage comments
Coverage reports are still generated and uploaded as artifacts, but no longer posted as PR comments. Fixes #67
1 parent 8df6cb4 commit 9e87f4e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
permissions:
1010
contents: read
11-
pull-requests: write # Required for PR comments
1211
checks: write # Required for golangci-lint annotations
1312

1413
jobs:
@@ -235,13 +234,6 @@ jobs:
235234
coverage-summary.md
236235
retention-days: 30
237236

238-
- name: Comment coverage on PR
239-
if: github.event_name == 'pull_request'
240-
uses: marocchino/sticky-pull-request-comment@v2
241-
with:
242-
header: coverage-report-${{ matrix.os }}-${{ matrix.platform }}
243-
path: coverage-summary.md
244-
245237
- name: Upload build artifacts
246238
uses: actions/upload-artifact@v4
247239
with:

0 commit comments

Comments
 (0)