Uploading lcov coverage to Sonarcloud from a rust repository

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

Hey there.

Coverage reports on unsupported languages can’t be uploaded to SonarCloud. Sorry. :confused:

If you haven’t already, you may want to vote for Rust support.

1 Like