From 3d14abe94ac03a900178f5b9dbd1eeec222e2994 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 16 Jan 2020 11:55:29 -0500 Subject: Ensure one jacoco output file Sub-modules under sub-modules need to set the path to ensure a single jacoco-ut.exec file is produced and appended to. I think this only gives us .1% - but that's ok. Its a step towards consolidation. Issue-ID: POLICY-2321 Change-Id: I31023843f55200096a905482ee55ad19bf681494 Signed-off-by: Pamela Dragosh --- models-interactions/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'models-interactions/pom.xml') diff --git a/models-interactions/pom.xml b/models-interactions/pom.xml index 5d5828cd1..64b2d21a4 100644 --- a/models-interactions/pom.xml +++ b/models-interactions/pom.xml @@ -29,6 +29,11 @@ policy-models-interactions pom ${project.artifactId} + + + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec + + model-simulators model-yaml -- cgit 1.2.3-korg