eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

Add code coverage reports to CI #196

Open diogomatsubara opened 1 week ago

diogomatsubara commented 1 week ago

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.

diogomatsubara commented 6 days ago

Luca suggested to use https://github.com/taiki-e/cargo-llvm-cov

diogomatsubara commented 3 days ago

In the uprotocol project, CY is using cargo tarpaulin https://github.com/eclipse-uprotocol/up-transport-zenoh-rust/blob/main/.github/workflows/coverage.yaml