mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-13 00:05:33 +07:00
goveralls fixes to get meaninful stats out of coveralls.io
This commit is contained in:
parent
a5e95a6044
commit
5270d401e1
@ -11,5 +11,5 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- go vet
|
- go vet
|
||||||
- golint -set_exit_status
|
- golint -set_exit_status
|
||||||
- go test -race -v -tags test -covermode=atomic -coverprofile=profile.cov
|
- go test -race -v
|
||||||
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
|
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci
|
||||||
|
Loading…
Reference in New Issue
Block a user