In https://github.com/rust-github/template/pull/43 I removed the current code coverage approach because it wasn't working anymore. What's the best way to do code coverage in rust today? Possibilities: - https://github.com/taiki-e/cargo-llvm-cov (example [here](https://github.com/jonhoo/cargo-index-transit/blob/4f33e70a7c4bcd01f7ed0209f2e33b4ebe38950e/.github/workflows/test.yml#L103))