'sonar.coverage.jacoco.xmlReportPaths' is not defined

I just upgraded from 7.9 to 8.9 and I’m getting the error in my logs:

  • SonarQube 8.9 Developer

Nothing done yet to resolve. Is this really an issue ?

This is what I see in the jenkins logs:

17:19:57 [INFO] Sensor JaCoCo XML Report Importer [jacoco] **
17:19:57 [INFO] ‘sonar.coverage.jacoco.xmlReportPaths’ is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml **
17:19:57 [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer **
17:19:57 [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms

Hey there.

These are just INFO level logs – safe to ignore unless you’re facing some issue with importing code coverage on JVM-based languages.

Thanks for the update.