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.