Update sonar-project.properties
All checks were successful
Tests / Run Go Tests (push) Successful in 1m23s

This commit is contained in:
2025-10-07 15:59:31 +02:00
parent d69ec600cd
commit 94c7c8a36e

View File

@@ -5,5 +5,5 @@ sonar.exclusions=**/*_test.go, **/*_templ.go
sonar.tests=. sonar.tests=.
sonar.test.inclusions=**/*_test.go sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=.test/report.json sonar.go.tests.reportPaths=Backend/.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out sonar.go.coverage.reportPaths=Backend/.test/coverage.out