Files
arbeitszeitmessung/sonar-project.properties
Tom Tröger a1aae9dc56
All checks were successful
Tests / Run Go Tests (push) Successful in 1m23s
working on sonarqube
2025-10-07 15:08:40 +02:00

9 lines
242 B
INI

sonar.projectKey=Arbeitszeitmessung
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=Backend/.test/report.json
sonar.go.coverage.reportPaths=Backend/.test/coverage.out