Is anybody here extracting #RustLang code coverage as described in https://doc.rust-lang.org/rustc/instrument-coverage.html with https://github.com/mozilla/grcov inside a workspace? I get perfect coverage output for a single non-workspace crate, or for the top-level crate inside a workspace (Cargo.toml having [package] and [workspace] sections). All nested workspace members show zero coverage.
GitHub - mozilla/grcov: Rust tool to collect and aggregate code coverage data for multiple source files
Rust tool to collect and aggregate code coverage data for multiple source files - GitHub - mozilla/grcov: Rust tool to collect and aggregate code coverage data for multiple source filesGitHub
Romain Ruetschi
•GitHub - taiki-e/cargo-llvm-cov: Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
GitHubsilwol
•Romain Ruetschi
•