From: sg481n Date: Wed, 4 Oct 2017 03:28:32 +0000 (+0000) Subject: Improve code coverage for aaf authz modules. X-Git-Tag: v1.0.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0be0e0671b12c9b218023e505f3aec74fc8c8e4f;hp=6b0e406ef56e7cd4edb4f0043bc7fc75d4c6c266;p=aaf%2Fauthz.git Improve code coverage for aaf authz modules. Issue-ID: AAF-79 Change-Id: I9d1a8e0358e06dad5c62f322b7e93099c43a5350 Signed-off-by: sg481n --- diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml index 091d93e0..64b26eab 100644 --- a/authz-batch/pom.xml +++ b/authz-batch/pom.xml @@ -44,6 +44,7 @@ 3.1.200 java jacoco + true ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec ${project.build.directory}/coverage-reports/jacoco-it.exec diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index 6e41ddc2..b5304587 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -54,6 +54,7 @@ UTF-8 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index 39628cba..625bde9d 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -56,6 +56,7 @@ UTF-8 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-client/pom.xml b/authz-client/pom.xml index 2ef0c58b..902e58dc 100644 --- a/authz-client/pom.xml +++ b/authz-client/pom.xml @@ -63,6 +63,7 @@ true 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-defOrg/pom.xml b/authz-defOrg/pom.xml index dc682ead..e34484d5 100644 --- a/authz-defOrg/pom.xml +++ b/authz-defOrg/pom.xml @@ -57,6 +57,7 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index 51c01ee6..59590bc3 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -56,6 +56,7 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-gui/pom.xml b/authz-gui/pom.xml index 39b9ddb9..fde47d23 100644 --- a/authz-gui/pom.xml +++ b/authz-gui/pom.xml @@ -43,6 +43,7 @@ 1.0.0-SNAPSHOT 3.1.200 java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 67d8cf21..1f3e29bb 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -56,6 +56,7 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 0dd465d2..bd79866c 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -59,6 +59,7 @@ ${basedir}/target/ opt/app/aaf/${project.artifactId}/${project.version} java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 755d3969..a60dc561 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -58,6 +58,7 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT java + true jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec