From 8a072120a527ec1cfcb54f569f40d7fbbbd7a975 Mon Sep 17 00:00:00 2001 From: rulego-team Date: Wed, 8 Jul 2026 09:17:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=A6=86=E7=9B=96=E7=8E=87=E5=8A=A0=20-c?= =?UTF-8?q?overpkg=3D./...=EF=BC=8C=E5=A4=96=E9=83=A8=20test/e2e=20?= =?UTF-8?q?=E5=8C=85=E8=AE=A1=E5=85=A5=20streamsql=20=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 588ece5..f302cfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Run tests with coverage if: matrix.go-version == '1.21' - run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -timeout 600s ./... + run: go test -v -race -coverprofile="codecov.report" -covermode=atomic -coverpkg=./... -timeout 600s ./... - name: Upload coverage reports to Codecov if: matrix.go-version == '1.21'