updated test.yml
Some checks failed
Tests / Run Go Tests (push) Failing after 1m25s

This commit is contained in:
2025-10-07 16:14:09 +02:00
parent cbc4028f8d
commit 659fb80049
2 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,8 @@
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
sonar.go.tests.reportPaths=.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out