build(ci): refine sonar configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Dec 2023 22:59:28 +0000 (23:59 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 25 Dec 2023 22:59:28 +0000 (23:59 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
sonar-project.properties
ui/web/sonar-project.properties

index c10fee16b55466ef131940ff7461732e55363a3a..13133109f556912ea70d46f1f2f97e74cf585244 100644 (file)
@@ -9,7 +9,7 @@ sonar.projectVersion=1.2.30
 sonar.sources=src
 sonar.tests=tests
 
-sonar.javascript.lcov.reportPaths=./coverage/lcov.info
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
 
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8
index e00de436e98f057b9588708580a4e0bd4dbb9b54..4c6b4f699bcbbcba7c45d929bb806d5e8cab7dc0 100644 (file)
@@ -9,7 +9,7 @@ sonar.projectVersion=0.1.1
 sonar.sources=src
 sonar.tests=tests
 
-sonar.javascript.lcov.reportPaths=./coverage/lcov.info
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
 
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8