From 0db4e2c60a32faaa81fd894b61988192bdecf132 Mon Sep 17 00:00:00 2001 From: Klemek Date: Sun, 20 Jan 2019 17:26:04 +0100 Subject: [PATCH] Updated jacoco configuration --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bcabefb..03ca3ce 100644 --- a/pom.xml +++ b/pom.xml @@ -158,18 +158,27 @@ - + org.jacoco jacoco-maven-plugin 0.8.2 + + true + - prepare-agent prepare-agent + + post-unit-test + test + + report + +