Mule Project - No report imported, no coverage information will be imported by JaCoCo XML Report Importer

While scanning the Code Coverage Sonar Scanner for Mule project, it says “No report imported, no coverage information will be imported by JaCoCo XML Report Importer”. Any idea on how to resolve it??

I have added the following plugins in my Pom.xml

com.mulesoft.munit.tools munit-maven-plugin ${munit.version} test test test coverage-report true html org.sonarsource.scanner.maven sonar-maven-plugin 3.6.0.1398 org.jacoco jacoco-maven-plugin 0.8.4 coverage true org.jacoco jacoco-maven-plugin prepare-agent prepare-agent report report

I believe you can find the answer in this official guide.