SonarQube scan for .NET code, unit test files aren't showing

Hi,

So I have integrated SonarQube with my .NET codebase using Azure DevOps. After the scan, I’m able to see all the code smells, bugs, coverage, unit tests as usual. But when I click on unit tests, no unit tests files are found. It shows “No results”.
Ideally it should show the unit tests files right when we click on Unit tests? It shows for my other Java project. What am I missing here for .NET?

Hey there.

As requested in the template post, what version of SonarQube are you using?

Hi Colin,

I’m using SonarQube 9.9 Community Edition.

Thanks.

Thanks.

Take a look at this post:

Thank you so much. This helps.