You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/31 15:10:00 UTC

[jira] [Commented] (TOMEE-2436) Add code coverage report to the build

    [ https://issues.apache.org/jira/browse/TOMEE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16731346#comment-16731346 ] 

ASF GitHub Bot commented on TOMEE-2436:
---------------------------------------

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 <jo...@...>
Date:   2018-12-31T14:09:12Z

    Add jacoco plugin to openejb-container

commit c41b1da4b39093b87900c850f60d649fa80f952f
Author: Jonathan Gallimore <jo...@...>
Date:   2018-12-31T14:43:27Z

    Introduce -Pcoverage profile

----


> Add code coverage report to the build
> -------------------------------------
>
>                 Key: TOMEE-2436
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2436
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Jonathan Gallimore
>            Assignee: Jonathan Gallimore
>            Priority: Major
>              Labels: pull-request-available
>
> It can be useful to see the code coverage from the test suite. It is proposed that we try using JaCoCo in an optional profile to capture code coverage from the tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)