Files
arbeitszeitmessung/Backend/sonar-project.properties
Tom Tröger 659fb80049
Some checks failed
Tests / Run Go Tests (push) Failing after 1m25s
updated test.yml
2025-10-07 16:14:09 +02:00

9 lines
241 B
INI

sonar.projectKey=arbeitszeitmessung
sonar.sources=.
sonar.exclusions=**/*_test.go, **/*_templ.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out