Ensure the UUID generator define a value
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index a58c159876739b9a91d26b88afd9774c959a0113..ad7f3a6eef9ae35a97f2c09b5bcf978caf75e17c 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.83
+sonar.projectVersion=1.1.85
 
 # 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