which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
I need to show coverag in sonarqube
project is created in VS2019. All unit test cases are running and showing code coverage in VS2019. After successfully check-in and run build pipeline, but there is no change in sonarqube coverage section.
please give us the verbose output of the scanner commands (please run SonarScanner.MSBuild.exe begin /k:“MyProject” /d:sonar.verbose=true as the begin step, and please attach the output of the BEGIN and END steps)
please give the output of running MSBuild in verbose mode (/v:d)
Also, please tell us:
what are the commands you are running to do the analysis?
are you running all commands from the same folder?