From 63e7e29f8d2a367c32f0151e9ad93eb86abeb404 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 9 Feb 2022 08:30:22 +0100 Subject: build: exclude generated classes from test-coverage validation --- build_reporting/pom.xml | 9 +++++++++ eidas_modules/authmodule-eIDAS-v2/pom.xml | 1 + 2 files changed, 10 insertions(+) diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index ef3f735f..b0897aad 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -48,6 +48,15 @@ **/target/jacoco-it.exec + + **/at/gv/e_government/reference/namespace/persondata/_20020228/* + **/org/w3/_2000/_09/* + **/org/w3/_2001/_04/* + **/szrservices/* + **/generated/cxf/* + **at/gv/bmi/namespace/* + **at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/* + diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 3ee16b0c..a3d855bd 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -377,6 +377,7 @@ **/szrservices/* **/generated/cxf/* **at/gv/bmi/namespace/* + **at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/* -- cgit v1.2.3