Skip to content

Commit 8bb5302

Browse files
committed
BetterTestCov: Bump test threshold
Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 7e5d95b commit 8bb5302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
55
cd "$BASE_DIR"
66

7-
fail_under=${FAIL_UNDER:-"29"}
7+
fail_under=${FAIL_UNDER:-"36.5"}
88
PYTHONPATH="${BASE_DIR}:$PYTHONPATH" python3 -m pytest \
99
--cov-config=.coveragerc \
1010
--cov=scriptit \

0 commit comments

Comments
 (0)