Code Coverage for dot net code

Hi Team,
Sonarqube code coverage is not coming for dot net code.

We have Sonarqube installed in a server. Through Azure Devops pipeline with self hosted agent as a intermediate to Sonarqube server. We are performing scans.
Here,
I have given the dotnet build and dotnet test before running sonar analysis task.
I am getting the issues count in Sonarqube like high, medium, blocker, critical.
But not getting code coverage.

Also I want to know how to check whether the SonarQube configurations made in sonar properties are correct and the report generated is covering all the features provided by Sonarqube.
Whether my report is correct or not. Any configuration Am I missing .

Hi,

We try to keep it to one topic per thread. Otherwise it can get messy, fast.

The docs should help.

If you still have questions after reviewing the docs, please post your analysis log.

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
HTH,
Ann