We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fb289 commit 12cc546Copy full SHA for 12cc546
scripts/config/sonar-scanner.properties
@@ -27,5 +27,5 @@ sonar.test.inclusions=**/test_*.py,**/*_test.py,**/*.test.ts,**/*.spec.ts,**/tes
27
sonar.coverage.exclusions=**/*__init__.py,**/*.test.*,**/test_*,**/tests/**,services/read-only-viewer/**,services/dos-ui/**,architecture/**,scripts/**,infrastructure/**,tests/ui/src/**,scripts/workflow/create_open_search_index.py,scripts/workflow/populate_open_search_index.py
28
29
# Analysis exclusions - files that should not be analyzed at all
30
-sonar.exclusions=services/read-only-viewer/**,services/dos-ui/**,tests/**,scripts/workflow/tests/**,/**/__tests__/**,**/*.test.*,**/test_*.py,**/tests/unit/**,**/.terraform/**,**/node_modules/**,**/.venv/**,**/__pycache__/**
+sonar.exclusions=services/read-only-viewer/**,services/dos-ui/**,tests/**,scripts/workflow/tests/**,/**/__tests__/**,**/*.test.*,**/test_*.py,**/tests/**,**/*test*.py,**/conftest.py,tests/service_automation/**,**/.terraform/**,**/node_modules/**,**/.venv/**,**/__pycache__/**
31
0 commit comments