Update .gitea/workflows/sonar-scan.yaml
Some checks failed
SonarQube Analysis / Build, Test & Analyse (push) Failing after 1m26s
Build and Push to ACR / Build and Push (push) Has been cancelled

This commit is contained in:
2026-04-13 13:13:12 +00:00
parent daf43335f1
commit 7d828ae778

View File

@@ -80,7 +80,8 @@ jobs:
-Dsonar.host.url="${SONAR_HOST_URL}" \
-Dsonar.token="${SONAR_TOKEN}" \
-Dsonar.java.source=17 \
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
-Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests'
# ------------------------------------------------------------------ #
# 5. Quality Gate — poll until the result is ready, fail if red #