summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2020-08-24 13:36:15 +0100
committerPamela Dragosh <pdragosh@research.att.com>2020-08-25 09:35:52 -0400
commit0bdca95bb07cd2e9f896ba2e9fce6522b785940e (patch)
tree2f32ac2c8cc7ef656fe4098e0d656d4d6dc7c462 /pom.xml
parent34d6d486318bf7922ff6c5e0897370f5b4e60395 (diff)
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 <wayne.dunican@est.tech> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1f2ce46..81e8336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,8 @@
<properties>
<policy.common.version>1.7.1-SNAPSHOT</policy.common.version>
<policy.models.version>2.3.1-SNAPSHOT</policy.models.version>
- <sonar.javascript.lcov.reportPaths>target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
+ <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>
<modules>