Arshitha
(Arshitha)
February 9, 2024, 4:28am
1
In sonarqube dashboard the code coverage and unit test results are not displayed when integrated through azure pipeline by using the dotnetcorecli with cobertura method.
Colin
(Colin)
February 12, 2024, 10:17am
2
What version of SonarQube are you using?
What do the logs say about importing code coverage?
When coverage data isn’t appearing as expected in SonarQube Server / Community Build or SonarQube Cloud, the first place you should look is the scanner logs.
Where do I find the scanner logs?
This will likely be broken out into its own guide soon
The Scanner logs are the output of executing one of the scanners , either directly or wrapped by one of many integrations, such as the SonarScanner for Jenkins , SonarScanner for Azure DevOps , SonarQube /SonarCloud GitHub Actions or SonarQube /…