[jbosstools-issues] [JBoss JIRA] (JBIDE-10537) Support Code Coverage with Jacoco

Jonathan Fuerth (JIRA) jira-events at lists.jboss.org
Wed Feb 1 10:54:50 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663438#comment-12663438 ] 

Jonathan Fuerth commented on JBIDE-10537:
-----------------------------------------

I did indeed fork the Jenkins emma-plugin and adapt it to find and parse the JaCoCo XML report data. I was originally planning to enhance emma-plugin to work with either Emma or JaCoCo data, but once I got in a bit deeper, I realized that's a bad idea: the metrics Emma and JaCoCo collect do not have a 1:1 correspondence. I now believe that a separate plugin is the way to go, and the current state of my fork reflects that.

It's not done yet, but the basic functionality is there. I'd probably need another 3 or 4 days to get it into a usable state. The code is here:

https://github.com/jfuerth/emma-plugin/tree/jacoco  <-- note branch: jacoco, not master!

Anyone interested, please feel free to fork it and move the effort forward.
                
> Support Code Coverage with Jacoco
> ---------------------------------
>
>                 Key: JBIDE-10537
>                 URL: https://issues.jboss.org/browse/JBIDE-10537
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Build/Releng
>    Affects Versions: 3.3.0.M4
>         Environment: any
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>         Attachments: JBIDE-10537.patch
>
>
> Jacoco Maven plugin allows to add very seamlessly code coverage while executing tests. Build should leverage this and get rid of additional build steps configured for emma plugin.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list