srlabs / ziggy

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

cargo ziggy cover should respect CARGO_HOME env variable #18

Closed stze closed 1 year ago

stze commented 1 year ago

A custom CARGO_HOME env var leads to incorrect results in the coverage output of cargo ziggy cover.

louismerlin commented 1 year ago

Should also be "fixed" by bbb14fab5c3a9049dcd577cb0c533162b3dccd50.

grcov only allows for one source directory, and does not allow a user's home anymore.

See here for more info.

louismerlin commented 1 year ago

Fixed in the latest version, 0.5.0 :singer: