initial commit

This commit is contained in:
root
2025-10-11 17:03:02 +02:00
commit 08dbb6210e
51 changed files with 3420 additions and 0 deletions

8
sonar-project.properties Normal file
View 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