mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
c81038c963
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.
13 lines
304 B
Properties
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
|