pypilot/sonar-project.properties
Luke Tainton 1127f45fcd
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 4s
CI / ci (pull_request) Failing after 58s
fix(packaging): rename ipilot folder to app
2025-01-16 23:24:10 +00:00

13 lines
524 B
INI

sonar.organization=luketainton
sonar.projectKey=luketainton_pypilot
sonar.projectName=pypilot
sonar.projectVersion=1.0
sonar.python.version=3.10
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.pylint.reportPaths=lintreport.txt
sonar.python.xunit.reportPath=testresults.xml
sonar.sources=app
sonar.tests=tests
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt
sonar.coverage.exclusions=app/_version.py,app/args.py,app/main.py