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
could you please update the code coverage functionality? It's unfortunately not possible to get coverage reports with using the necessary compiler flags with cargo-fuzz.
I personally am not super up to date with how code coverage works in rustc, and don't have the time to dig into that right now. If you do, I'd be happy to review a pull request fixing this!
Hey,
could you please update the code coverage functionality? It's unfortunately not possible to get coverage reports with using the necessary compiler flags with
cargo-fuzz
.This doesn't work:
So the users need to use
cargo fuzz coverage ...
The library uses the deprecated
-Z
flag.The text was updated successfully, but these errors were encountered: