JavaScript coverage SonarCloud 65/111365/1
authorwaynedunican <wayne.dunican@est.tech>
Tue, 18 Aug 2020 08:30:07 +0000 (09:30 +0100)
committerwaynedunican <wayne.dunican@est.tech>
Tue, 18 Aug 2020 08:59:39 +0000 (09:59 +0100)
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>
gui-pdp-monitoring/pom.xml

index 08a25ca..0f8743c 100644 (file)
@@ -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>