Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
-I use SonarScanner 4.0, SonarQube 7.1 on Azure Devops connection for an .NET project written in Visual Studio 2019 - what are you trying to achieve
I try to see my code coverage and the number of my unit tests after the build. Even if i have a bunch of unit tests in my project, in Sonarqube screen of my project it is shown %0.0 coverage and no info about the number of unit tests. Although, other information about code smell or duplication is working well. - what have you tried so far to achieve this
I tried to check if there is a problem in tasks during the build. The tasks are created and sorted in the order as it is mentioned here, https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops/
I checked my connection between Azure and Sonarqube, there is no problem since the values of code smell is working well and also other projects using the same connection has no problem.
I tried to add this command in the additional parameters to the scanner:
sonar.cs.vscoveragexml.reportsPaths=**/*.coveragexml
I tried to check the log report of run code analysis task of SonarScanner. There in no error but there is only this warning as follows:
I will be glad if someone may help me, thanks a lot