cargo-llvm-cov icon indicating copy to clipboard operation
cargo-llvm-cov copied to clipboard

Coverage when spawning `target/{profile}/{bin_name}` in `llvm-cov nextest --workspace`?

Open KSXGitHub opened this issue 10 months ago • 2 comments

I have integration tests that invoke the binary to test it comprehensively. It would be nice if coverage can be collected from the binary too.

Before opening this issue ticket, I have tested it by inspecting std::env::var("RUSTFLAGS") in build.rs but an Err was returned.

KSXGitHub avatar Oct 14 '23 16:10 KSXGitHub