hey @jonny7
can you provide the full logs you refer to, including the link ? I guess it’s the one in the title but I’d like to see it in context
also, to help on the code coverage part
- you can turn on the verbose output of the command (please run
SonarScanner.MSBuild.exe begin /k:“MyProject” /d:sonar.verbose=true
as the begin step)
Also some docs you can refer to:
- https://docs.sonarqube.org/latest/analysis/coverage/
- https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/
- [Coverage & Test Data] Generate Reports for C#, VB.net
You can take a look at the discussion on Code Coverage is not shown in the SonarCloud.io to make sure you run the commands from the same folder and you can check the paths inside the reports are correct.