Hi,
I have deployed sonarqube community version.
Run following command to get code analysis on sonar dashboard:-
dotnet sonarscanner begin /k:“p1”
dotnet build
dotnet test
dotnet sonarscanner end
After above commands , we go back to sonar dashboard, all things are coming but code coverage not coming.
When i go to .net core 2.1 solution directory , The coverage “XXXXX_ABHJHKKJS 2018-09-03 13_08_45.coverage” file is generated under /TestResults directory. Still code coverage not coming in sonar.
What need to do so that code coverage starts coming in sonarqube?
Thanks,
Rajesh