Update .gitea/workflows/sonar-scan.yaml
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user