From 0da158efa1bfc91a5f60a1d53492f10b15d23df5 Mon Sep 17 00:00:00 2001 From: Anoop Gopalakrishnan Date: Mon, 22 Jan 2024 10:18:40 -0800 Subject: [PATCH] Fix: Add coverage Signed-off-by: Anoop Gopalakrishnan --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 56ca769..41d2225 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ test: echo 'mode: count' > coverage.out find . -name "*.coverprofile" | xargs -I{} tail -q -n +2 {} >> coverage.out find . -name "*.coverprofile" | xargs -I{} rm {} + go tool cover -func=coverage.out -o=coverage.out docker-build-local: cross-compile @echo "Building Local Docker image..."