Closed yuxincs closed 5 months ago
Attention: Patch coverage is 95.93496%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 87.56%. Comparing base (
a27654d
) to head (e6141ce
).
Files | Patch % | Lines |
---|---|---|
...ertion/function/assertiontree/rich_check_effect.go | 95.65% | 3 Missing and 2 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.3296 errors on base branch (main, a27654d) 3296 errors on test branch (222a900)
This PR refactors the CFG preprocess logic. Specifically, we have extracted the rich check effect construction out of the preprocessing logic such that it is now in its standalone file. This offers a lot better modularity for the already-enormous
assertiontree
package.Now in
BackpropAcrossFunc
function we are calling preprocess and rich-check-effect-generating functions separately.