-
Notifications
You must be signed in to change notification settings - Fork 294
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
Treat parameter of generated Record.equals() methods as @Nullable #825
Conversation
/benchmark |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #825 +/- ##
============================================
- Coverage 86.81% 86.75% -0.06%
- Complexity 1863 1870 +7
============================================
Files 74 74
Lines 6165 6178 +13
Branches 1197 1202 +5
============================================
+ Hits 5352 5360 +8
- Misses 405 406 +1
- Partials 408 412 +4
☔ View full report in Codecov by Sentry. |
Main Branch:
With This PR:
|
/benchmark |
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.
Makes sense 🙂 Quick question and possible documentation nit.
Fixes #619