toxcore/sonar-project.properties
iphydf c81038c963
chore: Add sonar-scan analysis on pushes.
We can't run this on pull requests because it needs access to the
`SONAR_TOKEN` secret. Perhaps in the future we can make it a
`pull_request_target` workflow, but then we can't use cmake to initialise
the environment, meaning we need to specify the inputs manually.
2022-01-14 12:38:35 +00:00

13 lines
304 B
Properties

sonar.projectKey=toxcore
sonar.organization=toktok
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=c-toxcore
sonar.projectVersion=0.2.12
# Path is relative to the sonar-project.properties file.
sonar.sources=.
# Encoding of the source code.
sonar.sourceEncoding=UTF-8