test-support added to test includes
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m15s

This commit is contained in:
Florian Zumpe 2026-06-17 14:11:49 +02:00
parent a2845469e5
commit 8521d0ff9e

View File

@ -60,7 +60,7 @@ jobs:
-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.test.inclusions=test/**/*.test.js,test-support/**/*.js \
-Dsonar.exclusions=public/vendor/**,node_modules/**,data/**,storage/**
# If you wish to fail your job when the Quality Gate is red, uncomment the