Change exclude path for mappers into more general 55/135155/1
authorhalil.cakal <halil.cakal@est.tech>
Mon, 26 Jun 2023 11:00:51 +0000 (12:00 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Mon, 26 Jun 2023 11:01:50 +0000 (12:01 +0100)
Issue-ID: CPS-1741
Change-Id: I5ad92f19d65bbd7577014b6ea2ffbfffd41e0b00
Signed-off-by: halil.cakal <halil.cakal@est.tech>
jacoco-report/pom.xml

index 6c8fdcf..faddd13 100644 (file)
@@ -72,9 +72,7 @@
                         <exclude>org/onap/cps/rest/model/*</exclude>
                         <exclude>org/onap/cps/cpspath/parser/antlr4/*</exclude>
                         <exclude>org/onap/cps/ncmp/rest/model/*</exclude>
-                        <exclude>org/onap/cps/ncmp/rest/controller/*MapperImpl.class</exclude>
-                        <exclude>org/onap/cps/rest/controller/*MapperImpl.class</exclude>
-                        <exclude>org/onap/cps/ncmp/api/impl/async/*MapperImpl.class</exclude>
+                        <exclude>org/onap/cps/**/*MapperImpl.class</exclude>
                         <exclude>org/onap/cps/ncmp/rest/stub/*</exclude>
                     </excludes>
                 </configuration>