-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Move structure tests out of getting-started example #1220
Move structure tests out of getting-started example #1220
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1220 +/- ##
==========================================
+ Coverage 41.41% 41.49% +0.08%
==========================================
Files 95 95
Lines 4233 4234 +1
==========================================
+ Hits 1753 1757 +4
+ Misses 2309 2307 -2
+ Partials 171 170 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I think in this case - as it's not an api related change - we should implement the change in both places of the examples - in the /examples folders as well, not only in the integration/examples folder.
- kokoro failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1 @@ | |||
/usr/local/google/home/nkubala/.cache/bazel/_bazel_nkubala/0b5f2432d049b24dd37a3f57ec8ef151/execroot/skaffold/bazel-out/k8-fastbuild/genfiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
integration/examples/bazel/bazel-* should be added to the gitignore and not checked in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for catching that!! I'll remove those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😨 thanks @r2d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for being the only person to actually run the integration tests locally :)
Fixes #1154 and #1157