Add sonarcloud to GitHub actions
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
1 sonar.projectKey=jerome-benoit_ev-simulator
2 sonar.organization=jerome-benoit
3
4 # This is the name and version displayed in the SonarCloud UI.
5 #sonar.projectName=ev-simulator
6 #sonar.projectVersion=1.0
7
8 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9 #sonar.sources=.
10
11 # Encoding of the source code. Default is default system encoding
12 #sonar.sourceEncoding=UTF-8