Skip to content

Commit b40f824

Browse files
committed
AppTests: 100% test cov threshold!
Signed-off-by: Gabe Goodhart <[email protected]>
1 parent a6c2078 commit b40f824

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:-"36.5"}
7+
fail_under=${FAIL_UNDER:-"100"}
88
PYTHONPATH="${BASE_DIR}:$PYTHONPATH" python3 -m pytest \
99
--cov-config=.coveragerc \
1010
--cov=scriptit \

0 commit comments

Comments
 (0)