taiki-e / cargo-llvm-cov

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

Warn on `run` after `cargo llvm-cov nextest` #268

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

We recently documented it (https://github.com/taiki-e/cargo-llvm-cov/issues/233) but people still continue to use it incorrectly (https://github.com/taiki-e/cargo-llvm-cov/issues/267).

taiki-e commented 1 year ago

Done in https://github.com/taiki-e/cargo-llvm-cov/commit/4c81a32119ca776579f4a1af1b7d9f697e1bd6fb.