feat: check status notification transition in OCPP 1.6 stack
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 2e9087b4929ecc88bbd0374b10aacdf83f10d989..9fb9edf00b1f2a0ffa81e2b921c8531e9564e221 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.63
+sonar.projectVersion=1.2.9
 
 # 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