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 --- integration-test/pom.xml | 42 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 32 deletions(-) (limited to 'integration-test/pom.xml') diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 73998cd13..6947a94aa 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -26,7 +26,6 @@ 3.4.4-SNAPSHOT ../cps-parent/pom.xml - 4.0.0 integration-test @@ -90,49 +89,28 @@ - - - - org.apache.maven.plugins - maven-failsafe-plugin - - -Xms512m -Xmx512m - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xms512m -Xmx512m - - - - - + - default - - true - + include-performance + + -Xms512m -Xmx512m + org.apache.maven.plugins - maven-surefire-plugin + maven-failsafe-plugin - - %regex[.*PerfTest.*] - + + **/*PerfTest.java + - - include-performance - - -- cgit 1.2.3-korg