Unit Test Results in SQ UI

We have a project which is generating both unit test results (nunit) and code coverage (opencov), both of which are being processed by SQ.

In the UI we can see the number of Unit Tests, but it doesn’t show us the unit tests themselves, is this a mistake or is this expected?

We are using /d:sonar.cs.nunit.reportsPaths= as the command line property pointing to a nunit output file.

image

I found this Update plugin: display list of unit tests · Issue #886 · SonarSource/sonar-dotnet · GitHub

It seems you have no intension of showing the unit tests… is this still the case? It really does seem like something you should be doing.

Hi,

Yes, it’s really the case.

 
Sorry,
Ann