-
Notifications
You must be signed in to change notification settings - Fork 476
Features/add fields by pojo #519
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
Features/add fields by pojo #519
Conversation
Codecov Report
@@ Coverage Diff @@
## master #519 +/- ##
============================================
+ Coverage 88.05% 88.09% +0.03%
- Complexity 697 703 +6
============================================
Files 68 69 +1
Lines 2378 2411 +33
Branches 240 245 +5
============================================
+ Hits 2094 2124 +30
- Misses 198 201 +3
Partials 86 86
Continue to review full report at Codecov.
|
|
@mirza99 I would like to merge this PR but some checks are failing. Would be possible to fix them? Thanks again for your contribution! |
|
@fmachado You can merge the PR now. Sorry for the delay. |
Enable adding fields by passing a POJO to the Builder.
How to use it