diff --git a/python-plugin/pom.xml b/python-plugin/pom.xml index 900d0493e..bfef526ff 100644 --- a/python-plugin/pom.xml +++ b/python-plugin/pom.xml @@ -128,6 +128,30 @@ + + org.jacoco + jacoco-maven-plugin + + + file + false + + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + +