Rule: do not add tests to a test class that’s not using Mockito and @Rule. Instead start
by upgrading the test class first.
Thanks
-Vincent
On 20 Mar 2014 at 09:37:18, vincent(a)massol.net
(vincent@massol.net(mailto:vincent@massol.net)) wrote:
Hi devs,
Today let’s try to do a Code Coverage Day. It’s our first one and I didn’t get the time
to prepare it so I propose something simple:
- The goal is to increase the jacoco TPC threshold in pom.xml files
- Everyone notes down the TPC increase they’ve brought to a module so that when we
prepare the day’s report we can add them there
Reminder: to check the current TPC, run “mvn clean install -Pquality
-Dxwiki.jacoco.instructionRatio=1.00”
WDYT?
Thanks
-Vincent