From 99ceac829786b77c491b305ce0916c1f5ecb78fd Mon Sep 17 00:00:00 2001 From: chewiebug Date: Tue, 23 Oct 2018 22:04:46 +0200 Subject: [PATCH] update jacoco limits --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 58486f3c..2acdefed 100644 --- a/pom.xml +++ b/pom.xml @@ -482,37 +482,37 @@ INSTRUCTION COVEREDRATIO - 0.38 + 0.7 CLASS COVEREDRATIO - 0.33 + 0.8 LINE COVEREDRATIO - 0.40 + 0.7 BRANCH COVEREDRATIO - 0.37 + 0.5 METHOD COVEREDRATIO - 0.32 + 0.7 COMPLEXITY COVEREDRATIO - 0.28 + 0.5 CLASS MISSEDCOUNT - 107 + 35