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
Even if we add tests that use our C API (a-la #6), it seems unlikely we will be able to get coverage information using llvm-cov. I suspect the only option would be to write some dummy wrappers around the C API in rust and then run our existing tests using those wrappers. But I'm not sure if it's worth the effort.
The text was updated successfully, but these errors were encountered:
Even if we add tests that use our C API (a-la #6), it seems unlikely we will be able to get coverage information using
llvm-cov
. I suspect the only option would be to write some dummy wrappers around the C API in rust and then run our existing tests using those wrappers. But I'm not sure if it's worth the effort.The text was updated successfully, but these errors were encountered: