readied jenkinsfile for build
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-20 15:53:59 +02:00
parent 60c91c1ce6
commit 33185150cc
4 changed files with 14 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ func TestFormatDuration(t *testing.T) {
{"30min", time.Duration(30 * time.Minute)},
{"1h 30min", time.Duration(90 * time.Minute)},
{"-1h 30min", time.Duration(-90 * time.Minute)},
{"", 0},
}
for _, d := range durations {
t.Run(d.name, func(t *testing.T) {

View File

@@ -1,8 +1,8 @@
sonar.token=sqp_d5e23f24eb2725b03bb8055771cd8c4b48e788cc
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