Skip to content
Snippets Groups Projects

chore(ci): add coverage reporting

Merged Leo requested to merge add-cov into master
+ 1
1
@@ -16,7 +16,7 @@ coverage:
script:
- go get github.com/boumenot/gocover-cobertura
- go test -coverprofile=coverage.txt -covermode=count ./...
- gocover-cobertura < coverage.txt > coverage.xml
- ~/go/bin/gocover-cobertura < coverage.txt > coverage.xml
tags:
- docker-alpine
artifacts:
Loading