Code coverage import problem

hi @Mehul_Parmar

  • what is the version of SonarQube that you are using?
  • what is the version of Scanner for MSBuild you are using?
  • what are the commands you are running to do the analysis?
  • are you running all commands from the same folder?
  • what is the version of MSBuild you are using?
  • what code coverage tool are you using?

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), and give us the logs from the END step.

Also some docs you can refer to:

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.