From 0136870e30af95fc1f7a5c0394818750440e191d Mon Sep 17 00:00:00 2001 From: Nico Bistolfi Date: Tue, 3 Sep 2024 18:28:18 -0700 Subject: [PATCH] codecov --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 257ac55..00cae3b 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: run: go mod download - name: Run tests - run: go test -coverprofile=coverage.txt + run: go test ./... -coverprofile=coverage.txt - name: Upload results to Codecov uses: codecov/codecov-action@v4