chore(ci): add SonarQube (#437)
All checks were successful
Sonar / ci (push) Successful in 1m31s

Reviewed-on: #437
This commit was merged in pull request #437.
This commit is contained in:
2026-04-17 18:37:27 +00:00
parent 7eec0c6902
commit 02f1ebdecf
4 changed files with 65 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
sonar.projectKey=pypilot
sonar.projectName=pypilot
sonar.python.version=3.13
sonar.python.version=3.14
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.pylint.reportPaths=lintreport.txt
sonar.python.xunit.reportPath=testresults.xml
sonar.sources=Dockerfile,app
sonar.tests=tests
sonar.exclusions=,.archive/**,.gitea/**,.gitignore,renovate.json
sonar.coverage.exclusions=app/_version.py,app/args.py,app/main.py
sonar.coverage.exclusions=app/args.py,app/main.py