You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing this issue as the llvm coverage backend is now released --engine llvm with increased accuracy due to compile time instrumentation instead of runtime
I am seeing some lines of code marked as executable, but not reached, when it is logically impossible for those lines to have been missed.
This codecov.io report demonstrates some examples of that with a
match
expression and a function with arguments spilling across multiple lines.The text was updated successfully, but these errors were encountered: