GitHub user mfenes opened a pull request:
https://github.com/apache/zookeeper/pull/444
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.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/444.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 #444
----
commit e12114ad5a6fa47b201852a82175a143439eb5db
Author: Mark Fenes <mfenes@...>
Date: 2018-01-05T13:21:19Z
ZOOKEEPER-2955: Enable Clover code coverage report
----
---
|