test coverage (#1055)
This commit is contained in:
parent
c10d30903e
commit
b80f9767d1
|
|
@ -18,5 +18,6 @@ install:
|
|||
|
||||
script:
|
||||
- hack/verify-codegen.sh
|
||||
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v
|
||||
- travis_wait 20 go test -race -covermode atomic -coverprofile=profile.cov ./pkg/... -v
|
||||
- goveralls -coverprofile=profile.cov -service=travis-ci -v
|
||||
- make e2e
|
||||
|
|
|
|||
Loading…
Reference in New Issue