feat(ci): fix CI, switch to self-hosted SonarQube (#310)
Some checks failed
Release / Publish to PyPI (push) Has been skipped
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Build Wheel File (push) Has been skipped
Release / Test (push) Failing after 4s
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 2m20s
Security / snyk (push) Successful in 1m35s
Some checks failed
Release / Publish to PyPI (push) Has been skipped
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Build Wheel File (push) Has been skipped
Release / Test (push) Failing after 4s
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 2m20s
Security / snyk (push) Successful in 1m35s
Reviewed-on: #310
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
sonar.organization=luketainton
|
||||
sonar.projectKey=luketainton_pypilot2
|
||||
sonar.projectKey=pypilot
|
||||
sonar.projectName=pypilot
|
||||
sonar.projectVersion=1.0
|
||||
sonar.python.version=3.10
|
||||
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=app
|
||||
sonar.sources=Dockerfile,app
|
||||
sonar.tests=tests
|
||||
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,requirements-dev.txt,requirements.txt
|
||||
sonar.exclusions=,.archive/**,.gitea/**,.gitignore,renovate.json
|
||||
sonar.coverage.exclusions=app/_version.py,app/args.py,app/main.py
|
||||
|
Reference in New Issue
Block a user