-
Notifications
You must be signed in to change notification settings - Fork 45
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
Split ConfigOption read into two steps: parse() and convert() #40
Conversation
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
===========================================
+ Coverage 78% 80.4% +2.39%
- Complexity 584 606 +22
===========================================
Files 55 55
Lines 1869 1883 +14
Branches 275 281 +6
===========================================
+ Hits 1458 1514 +56
+ Misses 286 253 -33
+ Partials 125 116 -9
Continue to review full report at Codecov.
|
0d50902
to
bd35c4d
Compare
also fix ConfigConvOption/ConfigListConvOption read bug fix: github.com/hugegraph/hugegraph/issues/774 Change-Id: I716c9f187128be9b0d173f152da05e5bdc2208a3
69a4411
to
56470e3
Compare
Change-Id: Id7aed5ed610d310a901b306e1c05f65074190c8d
56470e3
to
748b46f
Compare
@@ -0,0 +1 @@ | |||
group1.list_for_list_error=[1,2,3] |
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.
add an empty line
Change-Id: Ic40290aa9d0e9795aa27f5b25724ad3ed38c18f7
Change-Id: Ifff6198d18488864ad65f33209a3187056675b7b
} | ||
} | ||
|
||
|
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.
delete one empty line
Change-Id: Ic8e487e5f9f81b18d981d5d3b8b4c26664b35fec
also fix ConfigConvOption/ConfigListConvOption read bug
fix: github.com/hugegraph/hugegraph/issues/774
Change-Id: I716c9f187128be9b0d173f152da05e5bdc2208a3