-
Notifications
You must be signed in to change notification settings - Fork 441
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
Create new config object from legacy flags and config #2061
Create new config object from legacy flags and config #2061
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## CLI_config_parity_release #2061 +/- ##
=============================================================
+ Coverage 71.96% 72.12% +0.16%
=============================================================
Files 99 100 +1
Lines 10870 10965 +95
=============================================================
+ Hits 7823 7909 +86
- Misses 2715 2720 +5
- Partials 332 336 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8b3b628
to
6a77191
Compare
d7a150e
to
35b0808
Compare
35b0808
to
a9490aa
Compare
6a77191
to
5c39d59
Compare
fd21df6
to
1007005
Compare
4beb095
to
e0e12da
Compare
1007005
to
163957e
Compare
163957e
to
9256265
Compare
} | ||
} | ||
|
||
func TestOverrideWithFlag(t *testing.T) { |
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.
We only need to test the API i.e. the public functions. Since we are already testing overlapping flags in the previous test, I think this is not needed.
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.
will remove in follow up PR
* changes to populate config * remove unecessary change * add client protocol changes * review comments * review comment * rebase changes * review comments * review comment + unit tests * review comment
Description
Create new config object from legacy flags and legacy mount config.
Link to the issue in case of a bug fix.
NA
Testing details