-
Notifications
You must be signed in to change notification settings - Fork 65
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
Break splitBlocksOn into a new hook #280
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #280 +/- ##
==========================================
- Coverage 87.83% 87.63% -0.21%
==========================================
Files 63 65 +2
Lines 7885 7916 +31
==========================================
+ Hits 6926 6937 +11
- Misses 776 798 +22
+ Partials 183 181 -2 ☔ View full report in Codecov by Sentry. |
a6605e3
to
5bba008
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.
Looks good. Small comment about typo correction.
10acb30
to
152ec48
Compare
20f09c3
to
f9f73a6
Compare
Similar to #279, this PR breaks the logic that splits the CFG block upon seeing a trusted function into a separate strongly-typed hook for better maintainability and slightly better performance (due to fewer lookups in hook points). It introduces no functionality changes.