Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
– SonarQube Enterprise Edition 9.9.3 (build 79811).
– SonarScanner 4.7.0.2746 -
what are you trying to achieve
– Get sonarqube to show relevant information
I am analyzing c++ code. I am using gtest for test execution, and bullseye coverager for code coverage. The code coverage works fine.
I have been struggeling for while with getting sonarqube to accept test-reports. First of all JUnit is not supported for C++. I am now converting JUnit test results to CppUnit and I am giving them to sonarscanner. Sonarscanner accepts the xml files.
I get a nice percentage on code coverage. But I have no information what-so-ever, on my test results. How do I get sonarqube to present the tests?