Geeting error in github action i am using Quarkus project

Getting this error: in github action :
WARN: No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths=‘…/coverage/jacoco.xml’. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml

step:6:154)INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer.

The jacoco plugin not able to generate jacoco.xml in quarkus project
.Kindly help

Hey there.

This seems like the root problem (Sonar only imports the report, it’s not involved in generating it). You may want to reach out to the maintainers of Quarkus/JaCoCo to get a correct coverage report generated for your project.

Have you followed the Quarkus documentation here?