fix: do not run scripts while installing deps in docker image
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index aee02cee35334ab114edf04b6ecc8dba4e786c2f..82753f9cd17bd68789b42dc4b6d2065bdad50849 100644 (file)
@@ -1,15 +1,17 @@
-sonar.projectKey=SAP_e-mobility-charging-stations-simulator
+sonar.projectKey=e-mobility-charging-stations-simulator
 sonar.organization=sap-1
 
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator
-sonar.projectVersion=1.1.85
+sonar.projectVersion=1.2.16
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src
-sonar.tests=test,src/ui/web/tests
+sonar.tests=test
 
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 
+sonar.typescript.tsconfigPath=tsconfig-base.json
+
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8