taiki-e / cargo-llvm-cov

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Apache License 2.0
920 stars 57 forks source link

`--no-cfg-coverage` Not Available in `show-env` Command #333

Closed cwfitzgerald closed 8 months ago

cwfitzgerald commented 8 months ago

Pretty simple one, --no-cfg-coverage throws an error when used with show-env --export-prefix so any commands built with the variables will include cfg-coverage.

Willing to submit a PR if you point me to where.