fix: strict number check
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index a58c159876739b9a91d26b88afd9774c959a0113..c20d7ef624fc6c22ee27c588c9599fc8613b8a90 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.2.2
 
 # 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