From df9cf0b139e5f6d253a6ef45be2f3ad055652a82 Mon Sep 17 00:00:00 2001 From: Johan Castiblanco Date: Mon, 17 Apr 2023 13:17:14 -0500 Subject: [PATCH] chore: raise coverage to 94 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a1205bc..109b01aa 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ quality: clean install-test-reqs## check coding style with pycodestyle and pylin python-test: clean install-test-reqs## Run test suite. $(TOX) coverage run --source ./eox_nelp manage.py test - $(TOX) coverage report -m --fail-under=93 + $(TOX) coverage report -m --fail-under=94 complexity: clean install-test-reqs## Run complexity suite with flake8. $(TOX) flake8 --max-complexity 10 eox_nelp