CodeCovergae.exe no longer needed

Must-share information (formatted with Markdown):

  • which versions are you using SonarQube Server Deverloper 2025.2
  • how is SonarQube deployed: zip
  • what are you trying to achieve: Report code coverage for C++
  • what have you tried so far to achieve this

Read the doc and [old issue in forum]( CodeCoverage.exe is deprecated - SonarQube Server / Community Build - Sonar Community)

On CodeCoverage.exe is deprecated - SonarQube Server / Community Build - Sonar Community there is still a hint to use the deprected CodeCoverage.exe tool, which is no longer required. (According to the forum discussion and the linked GitHub issue it is integrated in the scanner today.)

I used Azure DevOps extension 7.3.0, MSBuild Wrapper for C++ and vstest@3 and when I set the extraProptery propertsonar.cfamily.vscoveragexml.reportsPath=$(Agent.TempDirectory)/**/*.coveragexml code coverage is found.

Thanks @milbrandt. We’ll update the docs.