fix: add charging station status checkpoints to firmware update
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 62432e99a7129a44b0fabecbe9b13ecca790377b..59636168a1dbedc968883d7bb8840624786dc0a9 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.96
 
 # 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