I have used SonarQube for the code quality of the project written in c# Visual Studio.
The solution in the Visual Studio has Two Projects (Employee and TestEmployee). Employee is the web API project and TestEmployee is the unit testing for the Employee Project.
In SonarQube only Employee Project is Analyzed but not the TestEmployee Project.
The Coverage report is zero(o). The .cs in TestEmployee are not at all showing in the SonarQube.