Files
arbeitszeitmessung/sonar-project.properties
Tom Tröger 18046bbe18
All checks were successful
Tests / Run Go Tests (push) Successful in 1m25s
added sonarqube for static code analysis
2025-10-07 14:54:31 +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=Backned/.test/report.json
sonar.go.coverage.reportPaths=Backned/.test/coverage.out