From b928a6f7a404a7c9bee2176bc5b3160abe8907ad Mon Sep 17 00:00:00 2001 From: Michael Bretterklieber Date: Mon, 20 May 2024 17:25:40 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b8d5812..47fc0f0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: go-version: '1.22' - name: Test - run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic + run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1