which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
So now currently we are using SonarQube 10.6 community
how is SonarQube deployed: zip, Docker, Helm
Docker
what are you trying to achieve
I wan to see Unit Test on overall code report screen
To add more information - all unit test information is passed to SonarQube, because I am able to see that information in Measures tab under Coverage dropdown, but strangely it is missing from Overview’s Overall tab.
My question is it even possible to see that field anymore? Is it disabled by some configuration or is it just an UI bug, or maybe this is a new design decision and unit test field will not be available anymore?
Hi @arvapu,
ou are lucky to be using 10.6, I have not yet switched. However on sonarcloud, I could see that the number of unit tests is present in some open source projects in the " * Measures " section tab but not in the overview.
We are considering deprecating and then later removing the test execution results from SonarQube. The reasoning behind this change is that the successful execution of your tests is not a good measure of how clean your code is.
I’m using SonarQube 10.5 and on my Measures tab under Coverage there is no Tests section. Do you know what would cause this? My coverage shows up just fine. I use this parameter when I run my scanner /d:sonar.cs.nunit.reportPaths="${unitTestResultsPath}". Any help would be appreciated.