aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2020-08-18 09:30:07 +0100
committerwaynedunican <wayne.dunican@est.tech>2020-08-18 09:59:39 +0100
commit79bece5112901242832ffea962570b8de990939a (patch)
tree93bd3bd2aa6b7629646de7255d006010ca9a1c92
parent864811238d7d44933df2c4f59f31947a83310587 (diff)
JavaScript coverage SonarCloud
Added to pom.xml for SonarCloud to point to lcov reports generated by Jest coverage. Issue-ID: POLICY-2610 Change-Id: I2954517cb0b91d8e43e3c2065f4776258e391cea Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r--gui-pdp-monitoring/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml
index 08a25ca..0f8743c 100644
--- a/gui-pdp-monitoring/pom.xml
+++ b/gui-pdp-monitoring/pom.xml
@@ -32,7 +32,7 @@
<properties>
<webapp.dir>src/webapp</webapp.dir>
- <sonar.javascript.lcov.reportPaths>${project.build.directory}/jscoverage/lcov.info</sonar.javascript.lcov.reportPaths>
+ <sonar.javascript.lcov.reportPaths>src/webapp/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>
<dependencies>