# must be unique in a given SonarQube instance
sonar.projectKey=apollo.new-music-friday-tracks

# --- optional properties ---

# defaults to project key
sonar.projectName=apollo-new-music-friday-tracks-job
# defaults to 'not provided'
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Defaults to .
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

# --- Python specific settings ---

# Python version
sonar.python.version=3.9

# Path to coverage report
sonar.python.coverage.reportPaths=coverage.xml

# Path to pytest report
sonar.python.xunit.reportpath=report.xml

# Path to bandit report
sonar.python.bandit.reportPaths=bandit-report.json

# Path to pylint report
# sonar.python.pylint.reportPaths=pylint-report.xml

# Path to Flake8 report
sonar.python.flake8.reportPaths=flake8-report.txt
