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 <mfenes@...>
Date:   2018-01-05T13:21:19Z

    ZOOKEEPER-2955: Enable Clover code coverage report

----


---

Reply via email to