build: refine sonarcloud configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Oct 2023 12:06:30 +0000 (14:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 20 Oct 2023 12:06:30 +0000 (14:06 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
sonar-project.properties
ui/web/sonar-project.properties

index fe52ae10705b5643ec770861655b30614d303088..ef757d50690fec457ca9b8e16adf30191c37995a 100644 (file)
@@ -9,7 +9,7 @@ sonar.projectVersion=1.2.23
 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 4c6b4f699bcbbcba7c45d929bb806d5e8cab7dc0..e00de436e98f057b9588708580a4e0bd4dbb9b54 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