Hi,
I did a minor change on master and configured jacoco for code coverage
reports. To enable coverage reports you can simply call:
mvn clean install -Pcoverage
I do NOT think that code coverage tells you something useful on its own,
it think it could help to identify some parts of our code where we
should write a little bit more tests.
Because I did not measured a big difference with and without coverage
enabled, I would prefer to switch it on as default. But I am not sure if
it breaks anything else.
Michael