summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2020-08-31 13:17:03 +0100
committerwaynedunican <wayne.dunican@est.tech>2020-09-01 15:00:49 +0100
commit2365471ec9b74779caad1edb5a6397305426abc7 (patch)
treebf995cc80d84975cf6f6c0206ba68eded0108d78 /pom.xml
parent5b30eb5dadbf401a2ea50fb7afba1dc7fd4ec42d (diff)
JavaScript Sonar Coverage setup
Sonar properties added to apex-pdp in order to pick up JavaScript coverage in SonarCloud Issue-ID: POLICY-2611 Change-Id: Ia9c5837bc18a34722437b2b299e85c6a8a67088d Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d7dff80c8..4878a0aae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
<version.jgroups>4.1.5.Final</version.jgroups>
<version.commons-codec>20041127.091804</version.commons-codec>
<version.caffeine>2.8.0</version.caffeine>
+ <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>
<distributionManagement>