Skip to content

Commit 653a698

Browse files
authored
Merge pull request #172 from tisnik/increase-code-coverage-threshold-to-80
Increase code coverage threshold to 80%
2 parents 70fc7f8 + 64bc926 commit 653a698

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)