We currently have a Rust repository generating coverage files with cargo llvm-cov
.
I know that Rust is not supported by SonarCloud, but is it possible to just upload the lcov.info to SonarCloud and let it display coverage info?
If that is possible, is it possible for new code info to appear in PR’s?
Thanks