Ensure the UUID generator define a value
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 08ec87c24f770a019e36f6f9aae3fa5580e3724e..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.65
+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