srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Return an error if grcov is not installed #40

Closed tatulea closed 1 year ago

tatulea commented 1 year ago

Currently the coverage will report "No such file or directory" if the grcov command cannot be run because grcov is not installed. It would be nice to be more specific and return something like "grcov is not installed, please run cargo install grcov".

brunoproduit commented 1 year ago

solved by #44