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