SonarQube Scan not displaying Coverage

We recently upgraded to SonarQube * Enterprise Edition

  • v2025.1 (102418). After the upgrade our code covergage has stopped reporting to SonarQube.

In the logs I see the following:

20:57:42.006 INFO Sensor JavaScript/TypeScript Coverage [javascript]

[135](https://github.com/s/actions/runs/14114750710/job/39547549350#step:15:136)20:57:42.006 INFO Merging coverage reports from sonar.javascript.lcov.reportPaths and sonar.typescript.lcov.reportPaths.

[136](https://github.com/s/actions/runs/14114750710/job/39547549350#step:15:137)20:57:42.007 INFO Analysing [/github/workspace/./coverage/lcov.info]

[137](https://github.com/s/actions/runs/14114750710/job/39547549350#step:15:138)20:57:42.040 INFO Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=34ms

[138](https://github.com/s/actions/runs/14114750710/job/39547549350#step:15:139)20:57:42.040 INFO Sensor IaC Docker Sensor [iac]

[139](https://github.com/s/actions/runs/14114750710/job/39547549350#step:15:140)20:57:42.040 INFO Sensor IaC Docker Sensor is restricted to changed files only

We have tried to change things to make this work, but we aren’t seeing any errors in the logs

Hi,

Welcome to the community!

What did you upgrade from? Was this a version upgrade or an edition upgrade (or both)?

Can you set sonar.verbose=true and provide the full analysis log?

 
Thx,
Ann