From 360df2054cdc5a8bc194f7701b2bfa5a9c39dd0d Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 10 Dec 2020 09:35:01 +0100 Subject: first test with code-coverage in CI pipe --- pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 50 insertions(+), 11 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 40920657..585310ce 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,7 @@ eaaf_core_utils eaaf_core eaaf_modules + build_reporting @@ -220,7 +221,38 @@ at.gv.egiz.eaaf eaaf_core_utils ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf-core + ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf_module_auth_sl20 + ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf_module_moa-sig + ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${egiz.eaaf.version} + + + at.gv.egiz.eaaf + eaaf_module_pvp2_sp + ${egiz.eaaf.version} + at.gv.egiz.components eventlog-api @@ -597,6 +629,8 @@ ${surefire.version} 1 + + ${surefireArgLine} @@ -649,6 +683,9 @@ prepare-agent + + surefireArgLine + post-unit-report @@ -659,7 +696,7 @@ target/jacoco-report - + post-unit-check test @@ -686,7 +723,7 @@ - + @@ -747,18 +784,20 @@ - + org.jacoco - jacoco-maven-plugin - - - - report - - - + jacoco-maven-plugin + + Maven Multimodule Coverage Demo: Coverage of Unit Tests + ${project.reporting.outputDirectory}/jacoco-aggregate-ut + + + **/target/jacoco-it.exec + + + org.apache.maven.plugins maven-pmd-plugin -- cgit v1.2.3