From 0bcb2d190b04bb9468447793da549047932ab18e Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Thu, 24 Feb 2022 10:23:50 -0500 Subject: [PATCH] chore: Add jacoco plugin to support code coverage (#953) --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 019815bc98..0e99627718 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,27 @@ + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + + org.apache.maven.plugins maven-shade-plugin