Skip to content

Commit

Permalink
remove coverage reports (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli authored Dec 20, 2023
1 parent 3239c88 commit 894b6b5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,6 @@ jobs:
go-version-file: 'go.mod'
- name: Unit Test
run: make test
- name: Convert coverage report to Cobertura format
run: |
go install github.com/axw/gocov/gocov@latest
go install github.com/AlekSi/gocov-xml@latest
gocov convert coverage.out | gocov-xml > coverage.xml
- name: Code Coverage Summary Report
uses: irongut/[email protected]
with:
filename: coverage.xml
format: markdown
hide_complexity: true
hide_branch_rate: false
output: both
badge: true
- 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
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 894b6b5

Please sign in to comment.