From 5ec0e86e9c94f2eabe07334226ab73511a5562de Mon Sep 17 00:00:00 2001 From: eaudetcobello <155978570+eaudetcobello@users.noreply.github.com> Date: Tue, 28 May 2024 06:27:16 -0400 Subject: [PATCH] Drop code coverage comment (#435) * drop code coverage comment --------- Co-authored-by: Angelos Kolaitis --- .github/workflows/go.yaml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 0fa34b24f..946e566aa 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -66,31 +66,7 @@ jobs: - name: go test working-directory: src/k8s - run: | - make go.unit - go install github.com/boumenot/gocover-cobertura@latest - gocover-cobertura < coverage.txt > coverage.xml - - - name: Generate code coverage report - uses: irongut/CodeCoverageSummary@v1.3.0 - with: - filename: src/k8s/coverage.xml - badge: false - fail_below_min: false - format: markdown - hide_branch_rate: false - hide_complexity: true - indicators: false - output: both - thresholds: '60 80' - - - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' - with: - recreate: true - path: code-coverage-results.md - continue-on-error: true + run: make go.unit test-binary: name: Binaries