versions used (SonarQube, Scanner, Plugin, and any relevant extension): Version 7.0 (build 36138)
error observed : I have created a job in Jenkins to build C#.NET application and run NUnit test project and doing Code Coverage with OpenCover. I am sending test report and code coverage report to SonarQube through SonarScanner for MSBuild. In Sonarqube , it is showing quality gate passed for the application. But when trying to get measures through API, the API is not returning any value for test_success_density.
Hello @Prasenjit_Paul and apologies for the late reply on this. We have a bug in the C# plugin and do not push some necessary test metrics to SonarQube - see sonar-dotnet#2764
thanks for reporting this
@Prasenjit_Paul , in the end we decided to Won't fix
this issue, as we believe that SQ/SC analysis is useful when the build is not broken, and that unit test failures should break the build.
What exactly was your usecase for using these metrics?