Skip to content

Commit 12cc546

Browse files
committed
fix(sonar): FTRS-0006 Attempt to resolve coverage failure in sonar
1 parent 44fb289 commit 12cc546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config/sonar-scanner.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ sonar.test.inclusions=**/test_*.py,**/*_test.py,**/*.test.ts,**/*.spec.ts,**/tes
2727
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
2828

2929
# 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__/**
30+
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__/**
3131

0 commit comments

Comments
 (0)