From b40f82498ff50156748aaa74c26fda4f026e7b21 Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Thu, 15 Feb 2024 14:07:49 -0700 Subject: [PATCH] AppTests: 100% test cov threshold! Signed-off-by: Gabe Goodhart --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 7705658..69fa1bb 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -4,7 +4,7 @@ set -e BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "$BASE_DIR" -fail_under=${FAIL_UNDER:-"36.5"} +fail_under=${FAIL_UNDER:-"100"} PYTHONPATH="${BASE_DIR}:$PYTHONPATH" python3 -m pytest \ --cov-config=.coveragerc \ --cov=scriptit \