initial commit
This commit is contained in:
8
sonar-project.properties
Normal file
8
sonar-project.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user