diff --git a/pom.xml b/pom.xml index c7ea558..57ce02b 100644 --- a/pom.xml +++ b/pom.xml @@ -355,6 +355,26 @@ maven-surefire-plugin 3.0.0-M3 + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + + prepare-agent + + + + + report + test + + report + + + + \ No newline at end of file