From 2c54e24cc3a2c5ca39531f60467817df1f6aa5c5 Mon Sep 17 00:00:00 2001 From: Fabricio Cabral Date: Wed, 28 Jun 2017 00:58:54 -0300 Subject: [PATCH] #250: Let's Jacoco enforces minimum code coverage --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/pom.xml b/pom.xml index 3c0d043a3b..e3dc88482d 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,52 @@ prepare-agent + + jacoco-check + test + + check + + + + + BUNDLE + + + INSTRUCTION + COVEREDRATIO + 0.67 + + + LINE + COVEREDRATIO + 0.74 + + + BRANCH + COVEREDRATIO + 0.69 + + + COMPLEXITY + COVEREDRATIO + 0.63 + + + METHOD + COVEREDRATIO + 0.65 + + + CLASS + MISSEDCOUNT + 15 + + + + + + jacoco-site install