We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb46fd commit a6c39c0Copy full SHA for a6c39c0
.github/workflows/tests.yml
@@ -29,9 +29,9 @@ jobs:
29
-
30
name: Tests
31
run: |
32
- go mod tidy
33
go install github.com/axw/gocov/gocov
34
go install github.com/AlekSi/gocov-xml
+ go mod tidy
35
go test -cover -v -failfast -p 1 $(go list ./...) -coverprofile cover.out
36
gocov convert cover.out | gocov-xml > coverage.xml
37
if: runner.os != 'Windows'
0 commit comments