From: David ‘Bombe’ Roden Date: Wed, 16 Jul 2014 19:46:16 +0000 (+0200) Subject: Configure JaCoCo coverage plugin. X-Git-Tag: 0.9-rc1^2~3^2~212 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=dab2914c4b12c5a42cf8b113ee6507f5905b4577 Configure JaCoCo coverage plugin. --- diff --git a/pom.xml b/pom.xml index a8e905e..0dfc383 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,48 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +