srlabs / ziggy

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

add support for user supplied coverage output types #94

Closed R9295 closed 2 months ago

R9295 commented 2 months ago

There's a strange error that needs to be fixed

11:11:34 [ERROR] A panic occurred at .../grcov-0.8.19/src/main.rs:487: output_path must be a directory when using multiple outputs
vanhauser-thc commented 2 months ago

But that error has nothing to do with your pr right?

R9295 commented 2 months ago

@vanhauser-thc you're right, it doesn't. I guess lcov and html don't play well together since lcov is a file and html wants a dir. Could you merge please?