From adefff1f1e476067c86b1157a4f209b59f231c82 Mon Sep 17 00:00:00 2001 From: Benjamin Cisneros Barraza Date: Wed, 27 Sep 2023 20:24:57 -0600 Subject: [PATCH] :chart_with_upwards_trend: #28 Add JaCoCo plugin configuration --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index b46fc5a..383e303 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ 2.21.0 3.1.0 write + 0.8.8 task-timer http://maven.apache.org @@ -229,6 +230,25 @@ + + org.jacoco + jacoco-maven-plugin + ${plugin.jacoco.version} + + + + prepare-agent + + + + report + verify + + report + + + +