Skip to content
Snippets Groups Projects

Test main

Merged Leo requested to merge test-main into master
+ 1
1
@@ -15,7 +15,7 @@ coverage:
image: alpinelinux/golang
script:
- go get github.com/boumenot/gocover-cobertura
- go test -coverprofile=coverage.txt -covermode=count ./...
- env CGO_ENABLED=0 go test -coverprofile=coverage.txt -covermode=count ./...
- ~/go/bin/gocover-cobertura < coverage.txt > coverage.xml
tags:
- docker-alpine
Loading