From 08308c1891051f18ed36dd0f44e764758e710316 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 2 Mar 2026 12:47:01 -0600 Subject: [PATCH] add count flag to hopefully avoid cache issues --- .github/workflows/test-showbridge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-showbridge.yaml b/.github/workflows/test-showbridge.yaml index 2d3648f..aab7c57 100644 --- a/.github/workflows/test-showbridge.yaml +++ b/.github/workflows/test-showbridge.yaml @@ -34,7 +34,7 @@ jobs: run: go mod tidy - name: run tests - run: go test ./... -coverpkg "github.com/jwetzell/showbridge-go/..." -coverprofile coverage.out + run: go test ./... -count=1 -coverpkg "github.com/jwetzell/showbridge-go/..." -coverprofile coverage.out - name: clean up coverage report run: cat coverage.out | grep -v "github.com/jwetzell/showbridge-go/cmd" > coverage.nocmd.out