Coverage when spawning target/{profile}/{bin_name}
in llvm-cov nextest --workspace
?
#321
Labels
C-question
Category: A question
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
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")
inbuild.rs
but anErr
was returned.The text was updated successfully, but these errors were encountered: