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