pypilot/sonar-project.properties
Luke Tainton 46e2ee6408
All checks were successful
Security / sonarqube (push) Successful in 2m48s
Security / snyk (push) Successful in 4m22s
feat(ci): fix CI, switch to self-hosted SonarQube (#310)
Reviewed-on: #310
2025-02-09 22:01:56 +01:00

11 lines
395 B
INI

sonar.projectKey=pypilot
sonar.projectName=pypilot
sonar.python.version=3.13
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