mirror of https://github.com/dirtbags/moth.git
Compare commits
No commits in common. "5720961e855488e71e5c7949fbd6c7605a302ea8" and "8e0f4561a56b4312914c22b5658d4e8819d9df3a" have entirely different histories.
5720961e85
...
8e0f4561a5
|
@ -11,14 +11,8 @@ test:
|
||||||
- main
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
script:
|
script:
|
||||||
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
- go test -race ./...
|
||||||
- go get github.com/boumenot/gocover-cobertura
|
|
||||||
- go run github.com/boumenot/gocover-cobertura < coverage.txt > coverage.xml
|
|
||||||
artifacts:
|
|
||||||
reports:
|
|
||||||
coverage_report:
|
|
||||||
coverage_format: cobertura
|
|
||||||
path: coverage.xml
|
|
||||||
push:
|
push:
|
||||||
stage: push
|
stage: push
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Reference in New Issue