- I am using SonarScanner for MSBuild 5.13 and SonarQube Version 8.9.8
- Github Actions
- I am trying to use SonarQube to report the test coverage and number of unit tests. Currently, I get an accurate coverage percentage but the unit test count is shown as “-”.
- I am using the dotnet-coverage plugin in order to achieve this as shown .NET test coverage
Does any one have any recommendations for solving this?