From fa61f7b93708d18cf46453340dacafd1b20495cf Mon Sep 17 00:00:00 2001 From: AkramBitar Date: Fri, 3 Jul 2026 21:49:57 +0000 Subject: [PATCH] Fix Coveralls issue Signed-off-by: AkramBitar --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9736395d95..aa5eaafe8c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ FAB_BINS ?= $(FABRIC_BINARY_BASE)/bin # integration test options GINKGO_TEST_OPTS ?= -GINKGO_TEST_OPTS += --keep-going -cover +# Instrument the root module so coverage is attributed to its packages. +GINKGO_TEST_OPTS += --keep-going -cover -coverpkg=github.com/LFDT-Panurus/panurus/... TOP = .