mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-08-04 08:59:45 +07:00
Skip main in tests for meaningful cover stats
This commit is contained in:
@ -11,5 +11,5 @@ before_install:
|
||||
script:
|
||||
- go vet
|
||||
- golint -set_exit_status
|
||||
- go test -race -v
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
- go test -race -v -tags test -covermode=atomic -coverprofile=profile.cov
|
||||
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
|
||||
|
Reference in New Issue
Block a user