From 19a07b272bc841c29ca301f82b003a6d07906a6f Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Sun, 11 Feb 2024 23:21:26 +0700 Subject: [PATCH] change coverage --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b4b1ea7..afc06481 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: only-new-issues: true skip-cache: true - name: Run Go unit tests - run: go test -v -coverpkg=all -race -timeout 3m -coverprofile=coverage.out ./... + run: go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out ./... - name: Go coverage format if: ${{ github.event_name == 'pull_request' }} run: |