Hi all, Just a quick email to raise awareness to code coverage in ZK. We've seen demand for it, also found an old ticket about it: ZOOKEEPER-2266 I did a quick patch to integrate jacoco: https://github.com/apache/zookeeper/pull/1451
My question is, do you think this is useful, something we should have in ZK? It's by default off (the code coverage report generation that is). I know it has it's... perils. (Like when we launch a whole zk server for a test and that covers a lot of code). But it's still something I see demand for, to have some kind of report about this. Regards, Norbert