-
Notifications
You must be signed in to change notification settings - Fork 39
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
fix: MutableContext and ImmutableContext merge are made recursive #280
Conversation
@javicv spotbugs has a few complaints! Please take a look. |
Codecov Report
@@ Coverage Diff @@
## main #280 +/- ##
============================================
+ Coverage 91.52% 91.82% +0.29%
- Complexity 208 213 +5
============================================
Files 23 23
Lines 472 489 +17
Branches 27 30 +3
============================================
+ Hits 432 449 +17
+ Misses 26 24 -2
- Partials 14 16 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CI is passing now. I'll take a closer look at this today/tomorrow. |
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.
Thanks so much @javicv . I think this is good conceptually. See comments in private merge methods.
@javicv I will re-review later today, but this looks almost perfect to me! You do have some PMD issues though. Try running |
@javicv I pushed some (very) small changes to your second test that I think should resolve the coverage issue. |
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.
I'm a bit confused my codecov isn't seeing that one line covered, but I'm satisfied with the tests, and the delta is very small anyway.
Thanks @javicv for all your efforts! This will be really nice to have. Approved.
Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Javier Collado <javicv@gmail.com>
Co-authored-by: Thiyagu GK <thiyagu103@gmail.com> Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Javier Collado <javicv@gmail.com>
Signed-off-by: Todd Baert <toddbaert@gmail.com>
Signed-off-by: Todd Baert <toddbaert@gmail.com>
Signed-off-by: Todd Baert <toddbaert@gmail.com>
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Javier Collado javicv@gmail.com
This PR
Related Issues
Fixes #270
Notes
Follow-up Tasks
How to test