refactor: remove all references to pipeline config#980
Merged
codyoss merged 3 commits intogoogleapis:mainfrom Jul 24, 2025
Merged
refactor: remove all references to pipeline config#980codyoss merged 3 commits intogoogleapis:mainfrom
codyoss merged 3 commits intogoogleapis:mainfrom
Conversation
The current version of the generate design, post July, has no current need for the config file. Until we need this concepts lets clean up the codebase. This also has the benefit of helping with some coverage details. Fixes: googleapis#773 Fixes: googleapis#767 Updates: googleapis#744
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #980 +/- ##
==========================================
+ Coverage 77.97% 80.17% +2.19%
==========================================
Files 17 16 -1
Lines 1267 1145 -122
==========================================
- Hits 988 918 -70
+ Misses 213 170 -43
+ Partials 66 57 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zhumin8
previously approved these changes
Jul 24, 2025
Contributor
zhumin8
left a comment
There was a problem hiding this comment.
LGTM.
Sorry you need to resolve conflicts now.
zhumin8
approved these changes
Jul 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current version of the generate design, post July, has no current need for the config file. Until we need this concept lets clean up the codebase. This also has the benefit of helping with some coverage details.
Fixes: #773
Fixes: #767
Updates: #744