Files
arbeitszeitmessung/sonar-project.properties
Tom Tröger bf841ad5c6
Some checks failed
Tests / Run Go Tests (push) Failing after 1m26s
updated sonarqube + fixed first issues
2025-10-07 15:47:59 +02:00

10 lines
270 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=.test/report.json
sonar.go.coverage.reportPaths=.test/coverage.out