From 431f9b1d81eb9e450c0dee8097596c3ac8b0f0c7 Mon Sep 17 00:00:00 2001 From: Florian Zumpe Date: Wed, 17 Jun 2026 12:21:47 +0200 Subject: [PATCH] fixed typo --- .gitea/workflows/sonar-scanner.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/sonar-scanner.yaml b/.gitea/workflows/sonar-scanner.yaml index 3eb6e7a..10e8fd5 100644 --- a/.gitea/workflows/sonar-scanner.yaml +++ b/.gitea/workflows/sonar-scanner.yaml @@ -48,10 +48,10 @@ jobs: -Dsonar.projectKey=$SONAR_PROJECT_KEY \ -Dsonar.sources=. \ -Dsonar.host.url=$SONAR_HOST_URL \ - -Dsonar.javascript.lcov.reportPaths=coverage/js/lcov.info - -Dsonar.sources=src,public,scripts,server.js,tools/python - -Dsonar.tests=test - -Dsonar.test.inclusions=test/**/*.test.js + -Dsonar.javascript.lcov.reportPaths=coverage/js/lcov.info \ + -Dsonar.sources=src,public,scripts,server.js,tools/python \ + -Dsonar.tests=test \ + -Dsonar.test.inclusions=test/**/*.test.js \ -Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/** # If you wish to fail your job when the Quality Gate is red, uncomment the