| 123456789101112131415161718 |
- sonar.projectKey=e-mobility-charging-stations-simulator-webui
- sonar.organization=sap-1
- # This is the name and version displayed in the SonarCloud UI.
- sonar.projectName=e-mobility-charging-stations-simulator-webui
- # x-release-please-start-version
- sonar.projectVersion=2.0.3
- # x-release-please-end
- # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
- sonar.sources=src
- sonar.tests=tests
- sonar.typescript.lcov.reportPaths=coverage/lcov.info
- # Encoding of the source code. Default is default system encoding
- #sonar.sourceEncoding=UTF-8
|