PtP: Add DFG edges to PMVs of recursive functions#2801
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (69.56%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files
☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
konradweiss
left a comment
There was a problem hiding this comment.
Missed lines in in the codecov report are the logging calls that are not enabled, which is not relevant functionality to test. Are they necessary though? From the content of the message I think we don't need it in production and therefore can remove both and make codecov happy.
So far, the PtP failed to draw prevDFG edges for the PMVs of functions that are recursively called. This should work now.