removed coverage and json to see whats happening
Some checks failed
Tests / Run Go Tests (push) Failing after 54s

This commit is contained in:
2025-11-30 19:57:13 +01:00
parent 7d04062a3a
commit f5a4f95697

View File

@@ -47,7 +47,7 @@ jobs:
restore-keys: |- restore-keys: |-
arbeitszeitmessung- arbeitszeitmessung-
- name: Run Go Tests - 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 - name: Verify coverage report exists
run: | run: |
if [ -f "Backend/.test/coverage.out" ]; then if [ -f "Backend/.test/coverage.out" ]; then