Skip to content

Commit b80f976

Browse files
test coverage (zalando#1055)
1 parent c10d309 commit b80f976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ install:
1818

1919
script:
2020
- hack/verify-codegen.sh
21-
- travis_wait 20 goveralls -service=travis-ci -package ./pkg/... -v
21+
- travis_wait 20 go test -race -covermode atomic -coverprofile=profile.cov ./pkg/... -v
22+
- goveralls -coverprofile=profile.cov -service=travis-ci -v
2223
- make e2e

0 commit comments

Comments
 (0)