diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-08-18 09:30:07 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2020-08-18 09:59:39 +0100 |
commit | 79bece5112901242832ffea962570b8de990939a (patch) | |
tree | 93bd3bd2aa6b7629646de7255d006010ca9a1c92 /gui-pdp-monitoring | |
parent | 864811238d7d44933df2c4f59f31947a83310587 (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>
Diffstat (limited to 'gui-pdp-monitoring')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 2 |
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> |