From 08e7b31eff640969083d08241fe0c0ee626dc919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 17 Aug 2024 23:01:18 +0200 Subject: [PATCH] ci: output test coverage file --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab91e51..128439a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: go-version-file: go.mod - name: Run tests - run: go test -v -race -coverpkg=./... ./... + run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... - name: Upload results to Codecov uses: codecov/codecov-action@v4