Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现有几个工具可以grcov在tarpaulin运行单元测试llvm-cov或kcov由cargo.
grcov
tarpaulin
llvm-cov
kcov
cargo
但在我们的例子中,我们有远程 python 测试,它们与用 Rust 编写的远程服务器交互。我如何检测和收集此类覆盖率报告?