- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarScanner for MSBuild 5.7.2
C# code
.Net Framework 4.7
Console application
using the below cmd for execution…
SonarScanner.MSBuild.exe begin /k:"ProjectName" /d:sonar.login=abcdefgh
MSBuild.exe ProjectNameSolution.sln /t:Rebuild
SonarScanner.MSBuild.exe end /d:sonar.login=abcdefgh
-
what are you trying to achieve
Update the code coverage on SonarQube report site.
It remains 0.0 % all the time. -
what have you tried so far to achieve this
tried dotnet but results remains the same.
not sure what I am missing.
kindly help.
Thanks.