From 351d6887afb51a9e5346ecc3227f7faeab2e4334 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:15:34 -0600 Subject: [PATCH] coverage.out Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index d0880de..4db124f 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -23,7 +23,7 @@ steps: - docker#v5.11.0: image: "ghcr.io/theopenlane/build-image:latest" always-pull: true - command: ["task", "go:test"] + command: ["task", "go:test:cover"] environment: - "GOTOOLCHAIN=auto" artifact_paths: ["coverage.out"]