make: bump test coverage

Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
Alfredo Deza 2020-07-17 13:32:45 -04:00
parent 0534a68ec6
commit b734623ef0

View File

@ -13,7 +13,7 @@ RESET := $(shell tput -T linux sgr0)
TITLE := $(BOLD)$(PURPLE) TITLE := $(BOLD)$(PURPLE)
SUCCESS := $(BOLD)$(GREEN) SUCCESS := $(BOLD)$(GREEN)
# the quality gate lower threshold for unit test total % coverage (by function statements) # the quality gate lower threshold for unit test total % coverage (by function statements)
COVERAGE_THRESHOLD := 69 COVERAGE_THRESHOLD := 72
ifndef TEMPDIR ifndef TEMPDIR
$(error TEMPDIR is not set) $(error TEMPDIR is not set)