refactor(simulator): use proper type for log format
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index f61fd027e0345ce409918e4194dd6484f48b5550..f0bcd9ce196592df7e617574597e865c7b6d42f1 100644 (file)
@@ -3,10 +3,11 @@ 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.69
+sonar.projectVersion=1.1.92
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
-#sonar.sources=.
+sonar.sources=src
+sonar.tests=test
 
 sonar.javascript.lcov.reportPaths=coverage/lcov.info