Files
arbeitszeitmessung/sonar-project.properties
Tom Tröger 94c7c8a36e
All checks were successful
Tests / Run Go Tests (push) Successful in 1m23s
Update sonar-project.properties
2025-10-07 15:59:31 +02:00

10 lines
286 B
INI

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