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