I’m trying to import Jacoco xml report into SonaqQube without using Gradle, and Maven Plugins. I’m running jacocoagent jar along with Tomcat and using jacoco cli I to generate the report once in 5-6 hours after the Automation Test run against the app deployed in that tomcat. In this case I generate Jacoco xml report from exec report.
In sonarqube, in project settings, in Administration Tab, I entered the xml path in Tab Jacoco which takes the xml report as input. But even after specifying the path in Jacoco tab in Sonarqube, I don’t see that Coverage section is updated in sonarqube project.