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 = .