test coverage (#1055)

This commit is contained in:
Igor Yanchenko 2020-07-10 10:07:25 +03:00 committed by GitHub
parent c10d30903e
commit b80f9767d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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