Github user mfenes commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/443#discussion_r163678316
--- Diff: build.xml ---
@@ -1406,50 +1410,53 @@
xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<target name="test-core" depends="test-core-java, test-core-cppunit"/>
+ <target name="test-coverage-java">
--- End diff --
@phunt Actually, if you prefer, I could rename both the ivy configuration
and the ant target for clover to "test-coverage-clover-java" as this does not
exclude the possibility of including it into a test-coverage-java target later.
---