Just tested here: - mvn install -Pfast -Pcoverage => 1.40min (+- 3 secs) - mvn install -Pfast => 1.05min (+- 1sec)
On Wed, Nov 13, 2013 at 10:36 AM, Sven Meier <[email protected]> wrote: > Hi Michael, > > with coverage enabled the built takes 25% longer here. Why enable it by > default? > > Sven > > > On 11/13/2013 08:09 AM, Michael Mosmann wrote: > >> 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 >> >> >
