From 9e87f4e4169b2f2a0cd62ab9677a815995e95e07 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Tue, 9 Dec 2025 16:44:56 -0500 Subject: [PATCH] chore(ci): remove PR coverage comments Coverage reports are still generated and uploaded as artifacts, but no longer posted as PR comments. Fixes #67 --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b989baa..8ae92a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ on: permissions: contents: read - pull-requests: write # Required for PR comments checks: write # Required for golangci-lint annotations jobs: @@ -235,13 +234,6 @@ jobs: coverage-summary.md retention-days: 30 - - name: Comment coverage on PR - if: github.event_name == 'pull_request' - uses: marocchino/sticky-pull-request-comment@v2 - with: - header: coverage-report-${{ matrix.os }}-${{ matrix.platform }} - path: coverage-summary.md - - name: Upload build artifacts uses: actions/upload-artifact@v4 with: