GitHub user jgallimore opened a pull request:
https://github.com/apache/tomee/pull/336
TOMEE-2436 Get code coverage report from JaCoCo
This starts this task off, introducing the plugin at the root level under
pluginManagement, and using it in a `coverage` profile on openejb-core.
There's a handful of tests that fail with Jacoco, so we may wish to either
find a fix, or split them into a separate execution that does not include
jacoco.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jgallimore/tomee jacoco-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/336.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #336
----
commit 4c236d8ce29ac57f0b71227c94af81cb40e8fe9a
Author: Jonathan Gallimore <jon@...>
Date: 2018-12-31T14:09:12Z
Add jacoco plugin to openejb-container
commit c41b1da4b39093b87900c850f60d649fa80f952f
Author: Jonathan Gallimore <jon@...>
Date: 2018-12-31T14:43:27Z
Introduce -Pcoverage profile
----
---