Hi,
for my Emma-based Jenkins builds I am using the plugin "Emma
Coverage Column" to get a quick overview of the coverage numbers of
builds on the Dashboard, see
https://wiki.jenkins-ci.org/display/JENKINS/Emma+Coverage+Column
With the new JaCoCo based configs, I was missing this feature because the column-plugin is based on EmmaBuildAction and thus does not work with JaCoCo any more.
In
order to get this feature back, I created a copy of the plugin and
adjusted it for the JaCoCo plugin, the code is currently available at
https://github.com/centic9/jacococoveragecolumn-plugin . If there is enough interest (and I find time to dig into the necessary steps), I can try to add that as official plugin.
Currently there are then two columns if you use both Emma and
JaCoco, one for Emma, one for JaCoCo. We could also merge both emma and
jacoco plugin into one to have one column, however in the long run I see Emma
going away and only JaCoCo being used any more and therefore I would keep it as separate plugin for now.
Thanks... Dominik.