fix: fix worker set elementsPerWorker sanity check
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 262f98d52c64b606204bb5ad20e5b73cd0618795..e00195d657aed3842baf7b9453c7c5cde3c5d997 100644 (file)
@@ -1,13 +1,13 @@
-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.2.3
+sonar.projectVersion=1.3.0
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src
-sonar.tests=test
+sonar.tests=tests
 
 sonar.javascript.lcov.reportPaths=coverage/lcov.info