updated sonarqube + fixed first issues
Some checks failed
Tests / Run Go Tests (push) Failing after 1m26s

This commit is contained in:
2025-10-07 15:47:59 +02:00
parent a1aae9dc56
commit bf841ad5c6
6 changed files with 24 additions and 36 deletions

View File

@@ -1,8 +1,9 @@
sonar.projectKey=Arbeitszeitmessung
sonar.projectKey=arbeitszeitmessung
sonar.projectBaseDir=Backend
sonar.sources=.
sonar.exclusions=**/*_test.go
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
sonar.go.tests.reportPaths=.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out