Skip to content

Commit 64bc926

Browse files
committed
Increase code coverage threshold to 80%
1 parent 70fc7f8 commit 64bc926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/bash -ex
22

3-
COVERAGE_THRESHOLD=70
3+
COVERAGE_THRESHOLD=80
44

55
export TERM=xterm
66
TERM=${TERM:-xterm}

0 commit comments

Comments
 (0)