From 2783a8d9ef962f65f4a0d170525f9b2982e331a8 Mon Sep 17 00:00:00 2001 From: sg481n Date: Mon, 2 Oct 2017 04:11:12 +0000 Subject: Improve code coverage for aaf authz modules Issue-ID: AAF-79 Change-Id: I617ad210ccc174db32bf8bf9471720b3fdde5f6b Signed-off-by: sg481n --- authz-cass/pom.xml | 135 ++++++++++++++++++++--------------------------------- 1 file changed, 50 insertions(+), 85 deletions(-) (limited to 'authz-cass') diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index cc0400b5..6e41ddc2 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -162,91 +162,56 @@ - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - ${project.reporting.outputDirectory}/jacoco-it - - - - + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + org.onap.aaf.* + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-it.exec + + + + + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + + + -- cgit 1.2.3-korg