diff options
author | huaxing <huaxing.jin@est.tech> | 2020-03-26 09:47:20 +0800 |
---|---|---|
committer | huaxing <huaxing.jin@est.tech> | 2020-03-26 09:47:20 +0800 |
commit | 3aeee187bbfd1b14d880970e95f4051ec4a9a71c (patch) | |
tree | ecbff5d86dea3d3b2f30217545c4760c538aa880 /gui-pdp-monitoring/pom.xml | |
parent | 6dd597230b3bb0a6d5367f07621337d3ffe0f6ff (diff) |
Configure sonar for js coverage report
Issue-ID: POLICY-2311
Signed-off-by: huaxing <huaxing.jin@est.tech>
Change-Id: I031a1498fa79f7c8cdebce45689aa75d3c6b1efa
Diffstat (limited to 'gui-pdp-monitoring/pom.xml')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index b4ef307..f239ced 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -32,6 +32,7 @@ <properties> <webapp.dir>src/webapp</webapp.dir> + <sonar.javascript.lcov.reportPaths>${project.build.directory}/jscoverage/lcov.info</sonar.javascript.lcov.reportPaths> </properties> <dependencies> |