Combining code coverage report

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
  • how is SonarQube deployed: zip, Docker, Helm
  • what are you trying to achieve
  • what have you tried so far to achieve this

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
The current issue we’re trying to merge the coverage report of both windows and linux, however, the windows coverage results are being read by sonar separately and the linux coverage work perfectly without the windows coverage. now, my question is that, is it possible to have both coverage report merged together ?

Hi,

Welcome to the community!

The paths in the coverage report need to match the paths analysis sees. Since you’re generating coverage reports in two different places, you may need to normalize the paths in the report(s) before analysis.

 
HTH,
Ann