diff options
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> |