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

refactor: bazel gapics c* #14175

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented May 9, 2024

Part of the work for #14171

I used a vim recording to produce these changes. It grabs the name of the library, the service_dirs, and any deps listed after grpc_utils. It makes assumptions about the contents of the BUILD.bazel file. Any nuance in the BUILD.bazel file, would get deleted.

We have to look at the contents of every BUILD.bazel file to make sure they are without nuance. That is why I am batching these PRs in sets of ~10-15. Hopefully that is not too obnoxious.


This change is Reviewable

Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (8058366) to head (f05ecdb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14175   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files        2206     2206           
  Lines      192110   192110           
=======================================
+ Hits       179127   179130    +3     
+ Misses      12983    12980    -3     

☔ 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 9, 2024 05:33
@dbolduc dbolduc requested a review from a team as a code owner May 9, 2024 05:33
@dbolduc dbolduc merged commit 9346064 into googleapis:main May 9, 2024
63 checks passed
@dbolduc dbolduc deleted the gapic-bazel-refactor-c branch May 9, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants