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

cleanup(compute): simpler BUILD file #14225

Merged
merged 2 commits into from May 11, 2024

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented May 11, 2024

Noticed while working on #14108

The service.replace("/v1/", ...) are distracting. Factor this thing out to a function where we can use a local variable to store the service name.

While we're here, build all of the samples.


This change is Reviewable

@product-auto-label product-auto-label bot added the api: compute Issues related to the Compute Engine API. label May 11, 2024
Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.81%. Comparing base (bbee9ff) to head (a5b9041).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14225      +/-   ##
==========================================
+ Coverage   93.26%   93.81%   +0.54%     
==========================================
  Files        2210     2297      +87     
  Lines      192860   203630   +10770     
==========================================
+ Hits       179873   191035   +11162     
+ Misses      12987    12595     -392     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dbolduc dbolduc marked this pull request as ready for review May 11, 2024 14:56
@dbolduc dbolduc requested a review from a team as a code owner May 11, 2024 14:56
@dbolduc dbolduc enabled auto-merge (squash) May 11, 2024 15:38
@dbolduc dbolduc merged commit 1a07a9e into googleapis:main May 11, 2024
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: compute Issues related to the Compute Engine API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants