srlabs / ziggy

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

Coverage subcommand should have an option to set the source directory #8

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

Right now cargo ziggy cover assumes the project is in the user's $HOME.

This should be both told to the user, and configurable.

brunoproduit commented 1 year ago

In addition to the option, this should be parsed from the SOURCE environment variable set in .cargo/config.toml that could be set by an instrumentation tool