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 --- build_reporting/pom.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 build_reporting/pom.xml (limited to 'build_reporting') diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml new file mode 100644 index 00000000..5300ff74 --- /dev/null +++ b/build_reporting/pom.xml @@ -0,0 +1,78 @@ + + + 4.0.0 + + at.gv.egiz + eaaf + 1.1.11-SNAPSHOT + + build_reporting + pom + Reporting Module + + + + at.gv.egiz.eaaf + eaaf_core_api + + + at.gv.egiz.eaaf + eaaf_core_utils + + + at.gv.egiz.eaaf + eaaf-core + + + at.gv.egiz.eaaf + eaaf_module_auth_sl20 + + + at.gv.egiz.eaaf + eaaf_module_moa-sig + + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + + + at.gv.egiz.eaaf + eaaf_module_pvp2_sp + + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + + aggregate-reports-ut + test + + report-aggregate + + + Maven Multimodule Coverage Demo: Coverage of Unit Tests + ${project.reporting.outputDirectory}/jacoco-aggregate-ut + + + **/target/jacoco-it.exec + + + + + + + + + \ No newline at end of file -- cgit v1.2.3