From 0bdca95bb07cd2e9f896ba2e9fce6522b785940e Mon Sep 17 00:00:00 2001 From: waynedunican Date: Mon, 24 Aug 2020 13:36:15 +0100 Subject: Jest JS Coverage Edited SonarCloud lcov reports path. Removed from pdp-monitoring pom.xml. Added node binary source executable path and sources sonar properties to pom.xml. Issue-ID: POLICY-2610 Change-Id: I6354e65d358ca5e9bd8c18f032330aa5063a0889 Signed-off-by: waynedunican Signed-off-by: Pamela Dragosh --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1f2ce46..81e8336 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,8 @@ 1.7.1-SNAPSHOT 2.3.1-SNAPSHOT - target/code-coverage/lcov.info + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec + ${project.basedir}/target/code-coverage/lcov.info -- cgit 1.2.3-korg