diff --git a/pom.xml b/pom.xml index 8490ccc..c1ba10b 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,7 @@ 11 11 UTF-8 + 0.8.11 @@ -56,7 +57,7 @@ org.apache.maven.plugins maven-surefire-plugin - --add-opens=java.base/java.lang=ALL-UNNAMED + @{argLine} --add-opens=java.base/java.lang=ALL-UNNAMED @@ -88,6 +89,25 @@ + + org.jacoco + jacoco-maven-plugin + ${version.org.jacoco} + + + + prepare-agent + + + + generate-code-coverage-report + test + + report + + + +