aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-02-18 23:55:06 +0100
committerIgor Dysko <igor1.dysko@orange.com>2021-02-18 23:55:06 +0100
commit8ba48f3ffd2078d2e41e37a31f8cb163dafc3589 (patch)
tree94be699d9f790442885e8224515971bb29ef7bc1
parent1af5666722188c59df4a66f4f7a044c0f768c2b1 (diff)
Sonar coverage report for graphgraph
Fixed path with js test coverage result. Issue-ID: AAI-2713 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: Ifcb651b6a74410502b88bd3e8d31e50a32f74cb1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 29089e2..f8246bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<aai.common.version>1.7.0</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<graphgraph.startpath>src/main/resources/</graphgraph.startpath>
- <sonar.javascript.lcov.reportPaths>${project.build.directory}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
+ <sonar.javascript.lcov.reportPaths>${project.basedir}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
<sonar.nodejs.executable>${project.basedir}/graphgraph-fe/node/node</sonar.nodejs.executable>
<sonar.sources>${project.basedir}/src/main/java,${project.basedir}/graphgraph-fe/src</sonar.sources>
</properties>