diff options
author | Thomas <> | 2022-05-12 16:13:13 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-12 16:13:13 +0200 |
commit | c54b0a87fe2794ce9926e750e7b52f50685ae894 (patch) | |
tree | 34b34b7cd306ba2e822b9635645cba8c0d4fcc41 | |
parent | ae957a74a46568c235f29b2cbd9dc87417038686 (diff) | |
download | National_eIDAS_Gateway-c54b0a87fe2794ce9926e750e7b52f50685ae894.tar.gz National_eIDAS_Gateway-c54b0a87fe2794ce9926e750e7b52f50685ae894.tar.bz2 National_eIDAS_Gateway-c54b0a87fe2794ce9926e750e7b52f50685ae894.zip |
build(qs): exclude generated sources from code-coverage checks
-rw-r--r-- | build_reporting/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index eda9fb9f..9b3464e3 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -54,13 +54,17 @@ <dataFileExclude>**/target/jacoco-it.exec</dataFileExclude> </dataFileExcludes> <excludes> - <exclude>**/at/gv/e_government/reference/namespace/persondata/_20020228/*</exclude> <exclude>**/org/w3/_2000/_09/*</exclude> <exclude>**/org/w3/_2001/_04/*</exclude> <exclude>**/szrservices/*</exclude> <exclude>**/generated/cxf/*</exclude> <exclude>**at/gv/bmi/namespace/*</exclude> <exclude>**at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*</exclude> + <exclude>**at/gv/bmi/namespace/*</exclude> + <exclude>**at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*</exclude> + <exclude>**at/gv/e_government/reference/namespace/*</exclude> + <exclude>**org/w3/_2000/_09/*</exclude> + <exclude>**org/xmlsoap/schemas/ws/*</exclude> </excludes> </configuration> </execution> |