build(sonar): refine sonar-project.properties files
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Sep 2024 18:59:36 +0000 (20:59 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 8 Sep 2024 18:59:36 +0000 (20:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
sonar-project.properties
ui/web/sonar-project.properties

index 27792d174e0d2742779470feadaed2b627cd21ad..dc59fb6d7ba2b7fb86a300dd72c2e585aa9bb595 100644 (file)
@@ -11,7 +11,7 @@ sonar.projectVersion=1.5.1
 sonar.sources=src
 sonar.tests=tests
 
-sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.typescript.lcov.reportPaths=coverage/lcov.info
 
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8
index f09e09373f8c856da0fc109435761786a49cb5c5..ed8c3fa6a94018c26a8f3e630783bf3590895070 100644 (file)
@@ -11,7 +11,7 @@ sonar.projectVersion=1.5.1
 sonar.sources=src
 sonar.tests=tests
 
-sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.typescript.lcov.reportPaths=coverage/lcov.info
 
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8