We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to have code coverage reports for all our zenoh-* repos.
zenoh-*
https://blog.rng0.io/how-to-do-code-coverage-in-rust/ has a good initial example of how to do it for rust projects.
The text was updated successfully, but these errors were encountered:
Luca suggested to use https://github.com/taiki-e/cargo-llvm-cov
Sorry, something went wrong.
In the uprotocol project, CY is using cargo tarpaulin https://github.com/eclipse-uprotocol/up-transport-zenoh-rust/blob/main/.github/workflows/coverage.yaml
No branches or pull requests
Describe the feature
We would like to have code coverage reports for all our
zenoh-*
repos.https://blog.rng0.io/how-to-do-code-coverage-in-rust/ has a good initial example of how to do it for rust projects.
The text was updated successfully, but these errors were encountered: