removed coverage and json to see whats happening
Some checks failed
Tests / Run Go Tests (push) Failing after 54s
Some checks failed
Tests / Run Go Tests (push) Failing after 54s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user