-
Notifications
You must be signed in to change notification settings - Fork 40
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: support immutable maps #859 #860
Conversation
14238ee
to
578877e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #860 +/- ##
============================================
+ Coverage 95.28% 95.53% +0.25%
- Complexity 370 371 +1
============================================
Files 34 34
Lines 849 852 +3
Branches 52 52
============================================
+ Hits 809 814 +5
+ Misses 21 20 -1
+ Partials 19 18 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
578877e
to
27a1d7f
Compare
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.
Very nice catch @ARobertsCollibra !
Thanks for adding the tests as well.
Hey @ARobertsCollibra I resolved a conflict with a PR in the same area, hope you don't mind. |
Signed-off-by: Adam Roberts <[email protected]>
…s by copying the passed in attributes Signed-off-by: Adam Roberts <[email protected]>
500a688
to
3683197
Compare
Quality Gate passedIssues Measures |
Thank you @ARobertsCollibra for the improvement |
This PR
Related Issues
Fixes #859