-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
stable renaming to fix issue #745; uncapitalize two members of parser #746
Conversation
Codecov Report
@@ Coverage Diff @@
## master #746 +/- ##
==========================================
+ Coverage 80.76% 82.09% +1.33%
==========================================
Files 8 8
Lines 1710 1737 +27
==========================================
+ Hits 1381 1426 +45
+ Misses 211 193 -18
Partials 118 118
Continue to review full report at Codecov.
|
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.
LGTM
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.
LGTM. Unit tests describe the expected behaviour well.
Describe the PR
rename all the name-conflicted models for a stable parsing result.
Relation issue
#745