From b734623ef0fbc49516d4c416dc419367ad066edc Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 17 Jul 2020 13:32:45 -0400 Subject: [PATCH] make: bump test coverage Signed-off-by: Alfredo Deza --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a46a38ef..df61cf166 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ RESET := $(shell tput -T linux sgr0) TITLE := $(BOLD)$(PURPLE) SUCCESS := $(BOLD)$(GREEN) # the quality gate lower threshold for unit test total % coverage (by function statements) -COVERAGE_THRESHOLD := 69 +COVERAGE_THRESHOLD := 72 ifndef TEMPDIR $(error TEMPDIR is not set)