Skip to content

Commit a6c39c0

Browse files
committed
upload coverage for linux/macos.
1 parent fbb46fd commit a6c39c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
-
3030
name: Tests
3131
run: |
32-
go mod tidy
3332
go install github.com/axw/gocov/gocov
3433
go install github.com/AlekSi/gocov-xml
34+
go mod tidy
3535
go test -cover -v -failfast -p 1 $(go list ./...) -coverprofile cover.out
3636
gocov convert cover.out | gocov-xml > coverage.xml
3737
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)