Files
sientia-dataops-scouter_tem…/sonar-project.properties
vitor-aignosi efeef628cb SIENTIAPDE-1148
Update sonar-project.properties to exclude worker.py from coverage, enhance error handling in worker.py, and add new tests for error scenarios in test_redis.py and test_mongo.py.
2025-07-11 12:32:23 -03:00

12 lines
436 B
INI

sonar.projectKey=Aignosi_sientia-dataops-scouter_temporal_f79e575e-be40-4cc6-acce-b7c5ebb9a5b0
sonar.projectName=sientia-dataops-scouter_temporal
sonar.sources=scouter
sonar.tests=tests
sonar.qualitygate.wait=true
sonar.qualitygate.timeout=300
sonar.python.coverage.reportPaths=coverage.xml
sonar.coverage.exclusions=scouter/worker/worker.py
sonar.python.xunit.reportPath=pytest.xml
sonar.python.version=3.11
sonar.projectVersion=1.0.0