diff options
author | halil.cakal <halil.cakal@est.tech> | 2023-06-26 12:00:51 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2023-06-26 12:01:50 +0100 |
commit | 7251a1a8eb483a969cdddb9a8d24a2faca808ede (patch) | |
tree | d7d980f78dad7d1c3e3ba5d68b01314171ad942f /jacoco-report/pom.xml | |
parent | b4972497090332bf9d656b73cf6735846f1e1d5e (diff) |
Change exclude path for mappers into more general
Issue-ID: CPS-1741
Change-Id: I5ad92f19d65bbd7577014b6ea2ffbfffd41e0b00
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'jacoco-report/pom.xml')
-rw-r--r-- | jacoco-report/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 6c8fdcf290..faddd13897 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -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> |