chore: Update SonarQube exclusion syntax in CI workflow for service-adapters
Some checks failed
Integration Tests / integration-tests (push) Failing after 28s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 32s
Service Adapters (Python FastAPI) / test (3.11) (push) Successful in 1m6s
Service Adapters (Python FastAPI) / test (3.12) (push) Successful in 1m10s
Service Adapters (Python FastAPI) / test (3.13) (push) Successful in 1m7s
Service Adapters (Python FastAPI) / build (push) Successful in 17s

### Summary of Changes
- Changed the SonarQube exclusion flag from `--sonar-exclusions` to `-Dsonar.exclusions` in the CI workflow for service-adapters to align with the correct syntax.

### Expected Results
- Ensured proper configuration of SonarQube for accurate analysis and reporting in the CI process, enhancing quality assurance for the service-adapters module.
This commit is contained in:
GSRN
2025-09-17 00:14:17 +02:00
parent 91ce94a901
commit f3ad2d9add

View File

@@ -127,7 +127,7 @@ jobs:
--sonar-project-name="LabFusion Service Adapters" \ --sonar-project-name="LabFusion Service Adapters" \
--sonar-python-coverage-report-paths=coverage.xml \ --sonar-python-coverage-report-paths=coverage.xml \
--sonar-sources=. \ --sonar-sources=. \
--sonar-exclusions=tests/**,htmlcov/**,__pycache__/**,*.pyc -Dsonar.exclusions=tests/**,htmlcov/**,__pycache__/**,*.pyc
- name: Test results summary - name: Test results summary