diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ce0e54d..72cf016 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: - name: Test run: | mkdir -p .qodana/code-coverage - go test ./... --coverprofile .qodana/code-coverage/coverage.out + go test ./... -coverprofile .qodana/code-coverage/coverage.out working-directory: GO/go-test-coverage - name: Archive coverage data