Add unit test for isUndefined()
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index dd3ec1d8c48fc2b81c757f49c0e6b0fd55d815ec..6ccde37083e21f910c7abcb03fdbdaa37fa62a23 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.64
+sonar.projectVersion=1.1.86
 
 # 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