fix(simulator): fix brown paper bag bugs after helpers semantic fix
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 37b3fb471c316663b3167130a91f1530f4e93608..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.80
+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