I have a problem with code coverage not shown for a single project.
Running: SonarQube Server (Data Center Edition v2025.1.1 (104738))
The code coverage is not shown for a single project, but for others it is.
The coverage file contains the relevant classes with the correct coverage. Excerpt:
Are you generating the coverage report in the same system/context that you’re running analysis? Swapping horses mid-stream is a classic recipe for problems like this.
Your options, as I see them, are to
do everything in the same context so the paths always match
edit / normalize the report before you feed it in to analysis.