This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
soft-analytics-01/sonar-project.properties
Claudio Maggioni 07232eddcc Final version of the bug-triaging project
Commit history has been discarded to remove large files from the repo.
2024-01-03 15:22:56 +01:00

24 lines
650 B
Properties

# --- required for ci template ---
# must be unique in a given SonarQube instance
sonar.projectKey=sa-2023-g2-${env.CI_PROJECT_ID}
sonar.qualitygate.wait=true
# defaults to project key
sonar.projectName=${env.CI_PROJECT_PATH}
# defaults to 'not provided'
# sonar.projectVersion=${env.CI_COMMIT_TAG}
# --- additional properties ---
sonar.sources=.
sonar.tests=tests
sonar.exclusions=tests/**/*
sonar.python.version=3.10.7
# test coverage
#sonar.python.coverage.reportPaths=coverage/cobertura-coverage.xml
sonar.python.coverage.reportPaths=coverage.xml
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8