cargo-fuzz icon indicating copy to clipboard operation
cargo-fuzz copied to clipboard

Integrate source-based code coverage into a `cargo fuzz coverage` subcommand

Open fitzgen opened this issue 4 years ago • 0 comments

https://blog.rust-lang.org/inside-rust/2020/11/12/source-based-code-coverage.html

I'm imagining this would run the whole corpus and then show you the coverage, or run fuzzing for N amount of time and then show you the coverage.

Related: #162

fitzgen avatar Jan 28 '21 20:01 fitzgen