Skip to content

Commit a2d31df

Browse files
committed
fix(sonar): FTRS-0006 Attempt to resolve coverage failure in sonar
1 parent d74de06 commit a2d31df

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
@@ -22,7 +22,7 @@ sonar.python.coverage.reportPaths=**/coverage-*.xml,coverage.xml,.coverage.xml
2222
sonar.sources=.
2323

2424
# Coverage exclusions - files that don't need coverage but can still be analyzed
25-
sonar.coverage.exclusions=**/*__init__.py,**/*.test.*,**/test_*,tests/**,scripts/**,docs/**,requirements/**,sandbox/**,scans/**,architecture/**,services/read-only-viewer/**,services/dos-ui/**,infrastructure/**,scripts/workflow/create_open_search_index.py,scripts/workflow/populate_open_search_index.py
25+
sonar.coverage.exclusions=**/*__init__.py,**/*.test.*,**/test_*,**/tests/**,tests/**,scripts/**,docs/**,requirements/**,sandbox/**,scans/**,architecture/**,services/read-only-viewer/**,services/dos-ui/**,infrastructure/**,scripts/workflow/create_open_search_index.py,scripts/workflow/populate_open_search_index.py,**/conftest.py
2626

2727
# Analysis exclusions - files that should not be analyzed at all
2828
sonar.exclusions=services/read-only-viewer/**,services/dos-ui/**,**/.terraform/**,**/node_modules/**,**/.venv/**,**/__pycache__/**,**/build/**,**/dist/**

0 commit comments

Comments
 (0)