Update sonar-project.properties

This commit is contained in:
Bianca Henderson
2026-05-15 15:33:53 -04:00
committed by GitHub
parent 3328d3dfd8
commit 5a34ce5ed8

View File

@@ -9,6 +9,6 @@ sonar.python.coverage.reportPaths=coverage.xml
sonar.tests=tests/unit,tests/integration
sonar.python.version=3.12
sonar.newCode.referenceBranch=main
sonar.newCode.referenceBranch=stable-5
sonar.exclusions=tests/**,.tox/**