kennytm / cargo-kcov

Cargo subcommand to run kcov to get coverage report on Linux
127 stars 20 forks source link

`cargo kcov` does not take into account `CARGO_TARGET_DIR` (or equivalent) #29

Closed cipriancraciun closed 6 years ago

cipriancraciun commented 6 years ago

Lately cargo has added the option to specify the output directory instead of the default ./target, as specified in the official cargo documentation:

However cargo kcov seems to ignore this setting and always uses ./target.