From bfc7f5c1987cd49e00375441756f37632f1e103f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Op=C3=A1lka?= Date: Tue, 12 Mar 2024 11:03:51 +0100 Subject: [PATCH] [ISSUE-51] Enabling code coverage --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 + + + +