Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1540 +/- ##
=========================================
Coverage 88.48% 88.48%
Complexity 2843 2843
=========================================
Files 103 103
Lines 9489 9490 +1
Branches 1905 1905
=========================================
+ Hits 8396 8397 +1
Misses 531 531
Partials 562 562 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
050c098 to
4069828
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR adds JDK 27 EA support across the build infrastructure and adjusts lambda-parameter nullability detection. Changes include: (1) updating the CI workflow to explicitly install JDK 27 EA before the default JDK setup, (2) extending the Gradle test-conventions matrix to generate a Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Run our tests on the latest JDK 27 EA build.
Also fixes our check for explicit
@Nullableannotations on lambda parameters, handling a change in the typesjavacprovides in JDK 27.Summary by CodeRabbit
Tests
Refactor