From 243508aa0d76f216a6228179577721f3f9c0399e Mon Sep 17 00:00:00 2001 From: Konstantin Blagov Date: Thu, 22 Sep 2016 10:30:00 +0200 Subject: [PATCH] Explicit setup for JaCoCo to measure utest coverage correctly Change-Id: I289410c971cbd0e2de292424b9b6f260dd03b8f7 Signed-off-by: Konstantin Blagov --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 83080309e..d448d48be 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,24 @@ true + + org.jacoco + jacoco-maven-plugin + + + default-instrument + + instrument + + + + default-restore-instrumented-classes + + restore-instrumented-classes + + + + -- 2.36.6