Skip to content

Commit

Permalink
Drop code coverage comment (#435)
Browse files Browse the repository at this point in the history
* drop code coverage comment

---------

Co-authored-by: Angelos Kolaitis <[email protected]>
  • Loading branch information
eaudetcobello and neoaggelos committed May 28, 2024
1 parent 5b35ff8 commit 5ec0e86
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 5ec0e86

Please sign in to comment.