From f4e9915e7f7aa68c28d8029b07543bd2517f5332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Tue, 7 Oct 2025 14:58:53 +0200 Subject: [PATCH] Update test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 51251a6..2218019 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: restore-keys: |- arbeitszeitmessung- - name: Run Go Tests - run: cd Backend && go test ./... + run: cd Backend && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json - uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}