I am fairly new to the Jacoco coverage format, and was looking to integrate Jacoco coverage results with Jenkins using the Jacoco plugin(https://wiki.jenkins.io/display/JENKINS/JaCoCo+Plugin).
I wanted to know if there's a way to view code-coverage results from an existing XML report (well formed and valid according to the DTD in Jacoco documentation) in Jenkins?
Looking at some blog-posts (https://dzone.com/articles/jacoco-jenkins-plugin), it seems that such imports were possible previously, where an XML file was location could be specified in the "Post-Build Actions" options. This seems to have changed in the later version, where the user needs to specify location of the .EXEC files and Sources.
I'm particularly curious about this part, since the Jenkins plugin for the Cobertura format allows users to import and view results from an XML file. Is there still a way I can do this using the Jacoco plugin?
Thank you for any help on this.
Thanks, Evgeny.