summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_code_coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_code_coverage.sh b/scripts/check_code_coverage.sh
index 8e54def4..ef4aeb76 100755
--- a/scripts/check_code_coverage.sh
+++ b/scripts/check_code_coverage.sh
@@ -7,7 +7,7 @@ UT_DIR_TO_CHECK="$1"
LCOV_DIR=$UT_DIR_TO_CHECK/lcov
COVERAGE_FILE=$LCOV_DIR/coverage.info
LOG_FILE=$LCOV_DIR/coverage.log
-MIN_PERCENT=95
+MIN_PERCENT=86
rm -rf $LCOV_DIR
mkdir $LCOV_DIR