fix(packaging): rename ipilot folder to app
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 4s
CI / ci (pull_request) Failing after 58s

This commit is contained in:
2025-01-16 23:24:10 +00:00
parent a3941ee9eb
commit 1127f45fcd
13 changed files with 611 additions and 16 deletions

View File

@ -6,7 +6,7 @@ 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=ipilot
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=ipilot/_version.py,ipilot/args.py,ipilot/main.py
sonar.coverage.exclusions=app/_version.py,app/args.py,app/main.py