mirror of https://github.com/dirtbags/moth.git
Let the test handler take care of installing stuff
This commit is contained in:
parent
92d904150a
commit
466de2d9c6
|
@ -11,7 +11,6 @@ test:
|
|||
- main
|
||||
- merge_requests
|
||||
script:
|
||||
- go install
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
||||
- go get github.com/boumenot/gocover-cobertura
|
||||
- go run github.com/boumenot/gocover-cobertura < coverage.txt > coverage.xml
|
||||
|
|
Loading…
Reference in New Issue