Skip to content

Commit

Permalink
use github.com/boumenot/gocover-cobertura@master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Mar 5, 2024
1 parent d98ad97 commit bab20c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Go coverage format
if: ${{ github.event_name == 'pull_request' }}
run: |
go get github.com/boumenot/gocover-cobertura
go install github.com/boumenot/gocover-cobertura
go get github.com/boumenot/gocover-cobertura@master
go install github.com/boumenot/gocover-cobertura@master
sed '1d' coverage-codegen.out >> coverage.out
sed '1d' coverage-codegen-example.out >> coverage.out
gocover-cobertura < coverage.out > coverage.xml
Expand Down

0 comments on commit bab20c6

Please sign in to comment.