Files
pypilot/sonar-project.properties
Luke Tainton 02f1ebdecf
All checks were successful
Sonar / ci (push) Successful in 1m31s
chore(ci): add SonarQube (#437)
Reviewed-on: #437
2026-04-17 18:37:27 +00:00

11 lines
379 B
INI

sonar.projectKey=pypilot
sonar.projectName=pypilot
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/args.py,app/main.py