I found couple of tools that generate code coverage report (like grcov
, tarpaulin
, llvm-cov
& kcov
) for Rust code when running unit tests or when triggered by cargo
.
But in our case we have remote python tests that are interacting with the remote server written in Rust. How can I instrument and collect such coverage report?