fixed typo
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m1s

This commit is contained in:
Florian Zumpe 2026-06-17 12:21:47 +02:00
parent 8785a9ec47
commit 431f9b1d81

View File

@ -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