You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by mfenes <gi...@git.apache.org> on 2018/01/08 09:58:12 UTC

[GitHub] zookeeper pull request #445: ZOOKEEPER-2955: Enable Clover code coverage rep...

GitHub user mfenes opened a pull request:

    https://github.com/apache/zookeeper/pull/445

    ZOOKEEPER-2955: Enable Clover code coverage report

    ZOOKEEPER-2955: Enable Clover code coverage report
    
    This PR configures OpenClover to generate Java code coverage reports.
    
    To enable OpenClover run the following ant targets with -Drun.clover=true:
    ant -Drun.clover=true jar
    ant -Drun.clover=true test
    and then to generate the code coverage reports run:
    ant -Drun.clover=true generate-clover-reports
    
    The reports will be generated under the build/test/clover/reports directory in HTML and XML formats.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mfenes/zookeeper ZOOKEEPER-2955_3.4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/445.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 #445
    
----
commit 7bda91c4dbaaabdb3df29730bc7af3855b065453
Author: Mark Fenes <mf...@...>
Date:   2018-01-05T13:21:19Z

    ZOOKEEPER-2955: Enable Clover code coverage report

----


---

[GitHub] zookeeper issue #445: ZOOKEEPER-2955: Enable Clover code coverage report

Posted by phunt <gi...@git.apache.org>.
Github user phunt commented on the issue:

    https://github.com/apache/zookeeper/pull/445
  
    Please close this - another PR was merged that includes this change. Thanks!


---

[GitHub] zookeeper issue #445: ZOOKEEPER-2955: Enable Clover code coverage report

Posted by phunt <gi...@git.apache.org>.
Github user phunt commented on the issue:

    https://github.com/apache/zookeeper/pull/445
  
    I added comments on 443


---

[GitHub] zookeeper issue #445: ZOOKEEPER-2955: Enable Clover code coverage report

Posted by phunt <gi...@git.apache.org>.
Github user phunt commented on the issue:

    https://github.com/apache/zookeeper/pull/445
  
    Does this need to be updated to reflect #443 ?


---