From c72a0132b024141716b35550fd7204338b2fc673 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Fri, 9 Feb 2024 17:40:18 +0000 Subject: Include integration test results in Jacoco integration-test module is not recording code coverage due to incorrectly overriding the maven surefire config from parent pom. Issue-ID: CPS-2086 Signed-off-by: danielhanrahan Change-Id: I774c64acedca546f5c01403597bd9f5010de73d2 --- .../groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy | 1 - 1 file changed, 1 deletion(-) (limited to 'integration-test/src/test/groovy/org') diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy index b455e69c36..ce0aab45b0 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/base/PerfTestBase.groovy @@ -21,7 +21,6 @@ package org.onap.cps.integration.performance.base import org.onap.cps.integration.base.CpsIntegrationSpecBase -import org.springframework.util.StopWatch abstract class PerfTestBase extends CpsIntegrationSpecBase { -- cgit 1.2.3-korg