Skip to content

Commit

Permalink
Add verify-codegen in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmystack committed Aug 16, 2019
1 parent 3cc84f9 commit 9783e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ script:
# And we can not use ** because goveralls uses filepath.Match
# to match ignore files and it does not support it.
- goveralls -service=travis-ci -v -package ./pkg/... -ignore "pkg/client/*/*.go,pkg/client/*/*/*.go,pkg/client/*/*/*/*.go,pkg/client/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*/*.go,pkg/util/testutil/*.go,pkg/apis/tensorflow/*/zz_generated.*.go,pkg/apis/tensorflow/*/*_generated.go,pkg/apis/common/*/zz_generated.*.go,pkg/apis/common/*/*_generated.go"
- hack/verify-codegen.sh

notifications:
webhooks: https://www.travisbuddy.com/
Expand Down

0 comments on commit 9783e39

Please sign in to comment.