Files
esta-python-template/sonar-project.properties
2025-10-11 17:03:02 +02:00

9 lines
338 B
Properties

# This file should be deleted and configuration for sonar done by pipeline helper.
sonar.projectKey=esta-python-template
sonar.sources=src
sonar.tests=tests
sonar.python.ruff.reportPaths=sonar_report.json
sonar.python.version={{ python_version }}
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.xunit.reportPath=junittest.xml