9 lines
338 B
Properties
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
|