-
Notifications
You must be signed in to change notification settings - Fork 54
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
Part 2: Reduce number of variable sources. Bundle variables. #498
Part 2: Reduce number of variable sources. Bundle variables. #498
Conversation
0c38e67
to
4f9d453
Compare
4f9d453
to
e4a1377
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #498 +/- ##
==========================================
+ Coverage 84.11% 84.41% +0.30%
==========================================
Files 23 23
Lines 875 892 +17
==========================================
+ Hits 736 753 +17
Misses 95 95
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
8d2811d
to
c9a1ea5
Compare
05bd2d7
to
237206a
Compare
237206a
to
d92550d
Compare
@joelanford please take another look. I believe I addressed all your feedback. |
d92550d
to
3070b48
Compare
Moveing back to draft for now becuase it needs a bit more work after #508 + address feedback. |
Signed-off-by: Mikalai Radchuk <[email protected]>
Signed-off-by: Mikalai Radchuk <[email protected]>
3070b48
to
8ecced7
Compare
@stevekuznetsov @joelanford rebased on top of #508 + addressed feedback. Please take another look |
Description
Spliting #460 into smaller chunks. Related to #437
In this part I extract code related to creating bundle variables from
BundlesAndDepsVariableSource
into a separate function.BundlesAndDepsVariableSource
will be removed later in #501Reviewer Checklist