mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
This patch switches from tarpaulin to llvm-cov for our coverage reports. llvm-cov can use cargo-nextest to run the tests which means that we can tolerate flaky tests for coverage just like do for the rest of our CI run. We can also start using JUnit reports to track flaky tests.