Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix proto generation test #2419

Merged
merged 2 commits into from
Jul 8, 2019

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jul 5, 2019

Fixes #2401 and #2294

Signed-off-by: David Gageot [email protected]

@codecov
Copy link

codecov bot commented Jul 5, 2019

Codecov Report

Merging #2419 into master will increase coverage by 3.98%.
The diff coverage is n/a.

Impacted Files Coverage Δ
pkg/skaffold/event/event.go 89.79% <ø> (ø) ⬆️
pkg/skaffold/server/server.go 66.1% <ø> (ø) ⬆️
pkg/skaffold/server/endpoints.go 0% <ø> (ø) ⬆️

@dgageot dgageot force-pushed the fix-proto-gen-test branch 2 times, most recently from 7f56207 to aac8e78 Compare July 5, 2019 13:46
dgageot added 2 commits July 6, 2019 08:59
+ Actually compare generated files
+ Fix messages
+ Fail if files are not updated
+ Fail if no proto file is processed
+ On Travis CI, only run on linux. Otherwise
there’s no docker.

Signed-off-by: David Gageot <[email protected]>
@dgageot dgageot force-pushed the fix-proto-gen-test branch from aac8e78 to 2ea874d Compare July 6, 2019 07:04
@dgageot dgageot merged commit 299c213 into GoogleContainerTools:master Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hack/test-generated-proto.sh takes a long time on the CI
3 participants