Files
arbeitszeitmessung/Backend/sonar-project.properties
Tom Tröger 33185150cc
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit
readied jenkinsfile for build
2025-08-20 15:53:59 +02:00

9 lines
226 B
INI

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