Skip to content

Commit

Permalink
Update code-health.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Sep 25, 2023
1 parent d95a937 commit 45e3b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: make test
- name: Convert coverage report to Cobertura format
run: |
go get github.com/axw/gocov/gocov
go get github.com/AlekSi/gocov-xml
go install github.com/axw/gocov/gocov
go install github.com/AlekSi/gocov-xml
gocov convert coverage.out | gocov-xml > coverage.xml
- name: Code Coverage Summary Report
uses: irongut/[email protected]
Expand Down

0 comments on commit 45e3b0a

Please sign in to comment.