Manual backport of SonarQube configuration to stable-5 branch (#1137)

This commit is contained in:
Bianca Henderson
2026-05-29 17:31:39 -04:00
committed by GitHub
parent 178611ef5d
commit 16f4b49c43
11 changed files with 383 additions and 71 deletions

14
sonar-project.properties Normal file
View File

@@ -0,0 +1,14 @@
# SonarCloud project configuration for kubernetes.core
# Parameters: https://docs.sonarqube.org/latest/analysis/analysis-parameters/
sonar.projectKey=ansible-collections_kubernetes.core
sonar.organization=ansible-collections
sonar.sources=.
sonar.projectName=kubernetes.core
sonar.python.coverage.reportPaths=coverage.xml
sonar.tests=tests/unit,tests/integration
sonar.python.version=3.12
sonar.newCode.referenceBranch=stable-5
sonar.exclusions=tests/**,.tox/**