Ctest test coverage on Sonarcloud

I have a C++ repo for which I am able to get the sonar report on Sonarcloud. Development team used CTest (CMake test - Testing With CMake and CTest — Mastering CMake) to incorporate unit tests. I do have ctest results xml. Can we use gcovr to display ctest coverage on Sonarcloud?
Sonarcloud documentation does not list what all unit test frameworks are supported.

And is there a way to convert ctest results to sonar acceptable format so that coverage can be seen on the sonarcloud UI.

Hi,

Welcome to the community!

Actually, the docs do list the supported formats, along with the analysis parameters to use for them.

 
HTH,
Ann