Skip to content

Commit

Permalink
add coverage output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Dec 18, 2023
1 parent 3ec61f9 commit 238873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
go mod tidy
go get github.com/axw/gocov/gocov
go install github.com/AlekSi/gocov-xml
go get github.com/AlekSi/gocov-xml
go test -cover -v -failfast -p 1 $(go list ./...) -coverprofile cover.out
gocov convert cover.out | gocov-xml > coverage.xml
env:
Expand Down

0 comments on commit 238873d

Please sign in to comment.