-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore: Add HttpJson Showcase test for Location Mixins #1656
Conversation
[gapic-generator-java-root] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[java_showcase_integration_tests] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[java_showcase_unit_tests] Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
LGTM. Looking for approval from @blakeli0 |
@@ -1,6 +1,6 @@ | |||
name: SonarCloud Build | |||
env: | |||
SHOWCASE_VERSION: 0.26.1 | |||
SHOWCASE_VERSION: 0.27.0 |
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.
Five version update locations. Oof. We should find a way to refactor this to reduce the chance we miss one in the future.
Edit: To be clear, not requesting this change in this PR.
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.
Yep, agreed. Created an issue about automating the showcase version (#1601), but also worth looking into refactoring so that the version is managed in one place.
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
Thank you for opening a Pull Request! For general contributing guidelines, please refer to contributing guide
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Part of #1439 ☕️
Update to showcase v0.27.0 is to incorporate this fix: googleapis/gapic-showcase#1299