mirror of https://github.com/dirtbags/moth.git
Compare commits
4 Commits
5720961e85
...
5ba58664b6
Author | SHA1 | Date |
---|---|---|
John Donaldson | 5ba58664b6 | |
John Donaldson | 190657f2fa | |
John Donaldson | 73933447a9 | |
John Donaldson | 3bd1cdcc56 |
|
@ -14,11 +14,17 @@ test:
|
||||||
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
||||||
- go get github.com/boumenot/gocover-cobertura
|
- go get github.com/boumenot/gocover-cobertura
|
||||||
- go run github.com/boumenot/gocover-cobertura < coverage.txt > coverage.xml
|
- go run github.com/boumenot/gocover-cobertura < coverage.txt > coverage.xml
|
||||||
|
- go tool cover -html=coverage.txt -o coverage.html
|
||||||
|
- go tool cover -func coverage.txt
|
||||||
|
coverage: /\(statements\)(?:\s+)?(\d+(?:\.\d+)?%)/
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
coverage_report:
|
coverage_report:
|
||||||
coverage_format: cobertura
|
coverage_format: cobertura
|
||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
|
paths:
|
||||||
|
- coverage.html
|
||||||
|
- coverage.txt
|
||||||
push:
|
push:
|
||||||
stage: push
|
stage: push
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in New Issue