Closed yuxincs closed 1 month ago
Attention: Patch coverage is 74.45255%
with 35 lines
in your changes missing coverage. Please review.
Project coverage is 87.63%. Comparing base (
45bee80
) to head (f9f73a6
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
hook/split_blocks_on.go | 72.44% | 18 Missing and 17 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[!NOTE]
✅ NilAway errors reported on standard libraries are identical.3271 errors on base branch (main, 45bee80) 3271 errors on test branch (e14d87d)
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.