fix(ci): fix SonarQube Cloud scanning
All checks were successful
CI / ci (pull_request) Successful in 11m33s

This commit is contained in:
2024-12-31 23:03:52 +00:00
parent 4902ae180c
commit ed9292a3f3
2 changed files with 16 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
sonar.organization=luketainton
sonar.projectKey=luketainton_webexmemebot
sonar.projectKey=luketainton_webexmemebot2
sonar.projectName=webexmemebot
sonar.projectVersion=0.1.0
sonar.python.version=3.11
sonar.python.version=3.13
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.pylint.reportPaths=lintreport.txt
sonar.python.xunit.reportPath=testresults.xml