feat: add status notification transition check to OCPP 2.x.x code
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index cd19ee931e5e249a5a7b8f434292b2c7dd7f9b06..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.73
+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