-
Notifications
You must be signed in to change notification settings - Fork 155
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
Copy pkg/config to pkg/configv1 #5237
Conversation
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5237 +/- ##
==========================================
+ Coverage 22.92% 23.94% +1.01%
==========================================
Files 420 437 +17
Lines 45336 46994 +1658
==========================================
+ Hits 10392 11251 +859
- Misses 34147 34838 +691
- Partials 797 905 +108
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Here you go 👍
What this PR does / why we need it:
This PR prepares the pkg/configv1 package to develop pipedv1.
This makes us to be able to reduce mistakenly breaking piped (v0).
The files under pkg/configv1 are copies of pkg/config with no modifications.
Which issue(s) this PR fixes:
Part of #4980
Does this PR introduce a user-facing change?: