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