From f5a4f956974c928d849c9ebf0351943198ce6ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Sun, 30 Nov 2025 19:57:13 +0100 Subject: [PATCH] removed coverage and json to see whats happening --- .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 80c1004..9589818 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: restore-keys: |- arbeitszeitmessung- - name: Run Go Tests - run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json + run: cd Backend && mkdir .test && go test ./... - name: Verify coverage report exists run: | if [ -f "Backend/.test/coverage.out" ]; then