fix(simulator): fix brown paper bag bugs after helpers semantic fix
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 62432e99a7129a44b0fabecbe9b13ecca790377b..d63e5f09350c78a7be33148385eee5bae0653b52 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.78
+sonar.projectVersion=1.1.93
 
 # 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