Skip to content

Commit

Permalink
test coverage (zalando#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanchenko-igor authored Jul 10, 2020
1 parent c10d309 commit b80f976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b80f976

Please sign in to comment.