diff --git a/pom.xml b/pom.xml index 3ca90b1..07212ff 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,26 @@ true + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + prepare-agent + + + + + report + test + + report + + + +