moved sonar.properties
Some checks failed
Tests / Run Go Tests (push) Failing after 1m20s

This commit is contained in:
2025-10-07 16:11:17 +02:00
parent e4d423385a
commit cbc4028f8d

View File

@@ -0,0 +1,9 @@
sonar.projectKey=arbeitszeitmessung
sonar.projectBaseDir=Backend
sonar.sources=.
sonar.exclusions=**/*_test.go, **/*_templ.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=Backend/.test/report.json
sonar.go.coverage.reportPaths=Backend/.test/coverage.out