sonar.coverage.jacoco.xmlReportPaths is not defined after upgrading SonarQube

Hi,

SonarQube version:8.9.7
Code coverage was calculated before the upgrade. Now it can’t find the path of report.
We did not change anything in the projects configuration.

Hey there.

What version did you upgrade from? There was a change related to JaCoCo report formats that was noted in the upgrade notes:

Support for .exec format JaCoCo Coverage Reports dropped (8.2)
The .exec format for JaCoCo coverage reports is no longer supported.

Once upgraded, you will only be able to import .xml style reports. You should ensure that you are now Importing JaCoCo coverage reports in XML format.

We have upgraded 7.9.1 to 8.9.7.
Is the situation you specified valid for the latest version SonarQube((9.4)?
There is no info about JaCoCo Coverage Reports in 8.9.7 updated notes.
Thank you in advance.