We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10d309 commit b80f976Copy full SHA for b80f976
.travis.yml
@@ -18,5 +18,6 @@ install:
18
19
script:
20
- hack/verify-codegen.sh
21
- - travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v
+ - travis_wait 20 go test -race -covermode atomic -coverprofile=profile.cov ./pkg/... -v
22
+ - goveralls -coverprofile=profile.cov -service=travis-ci -v
23
- make e2e
0 commit comments