Conversation
WalkthroughWalkthroughThe updates across various Makefiles introduce a conditional block to set Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files selected for processing (6)
Files not reviewed due to errors (3)
Additional comments not posted (6)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10476 +/- ##
============================================
+ Coverage 42.31% 81.59% +39.28%
============================================
Files 73 10 -63
Lines 4838 1081 -3757
Branches 766 0 -766
============================================
- Hits 2047 882 -1165
+ Misses 2682 165 -2517
+ Partials 109 34 -75
Flags with carried forward coverage won't be shown. Click here to find out more. |
Go fuzz tests fail to build due to a bug in the recent Apple linker. ref: golang/go#65169.
To fix we revert to using the old linker via
-ld_classic. This relies on xcode 15 and above as the-ld_classicflag was introduced then.