Switch CI actions to current node.js LTS
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index 6189fb34be8cea6221c6065945489fb7d70cf711..d3e703d2a32aaa3bdbc15444f7e7f0bad947ac6e 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.74
+sonar.projectVersion=1.1.87
 
 # 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