Skip to content

Commit 97f1ac3

Browse files
committed
increase coverage requirements
1 parent 316475f commit 97f1ac3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.istanbul.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ reporting:
1818
- lcov
1919
dir: ./coverage
2020
watermarks:
21-
statements: [50, 80]
22-
lines: [50, 80]
23-
functions: [50, 80]
21+
statements: [80, 90]
22+
lines: [80, 90]
23+
functions: [80, 90]
2424
branches: [50, 80]
2525
report-config:
2626
clover: {file: clover.xml}
@@ -38,10 +38,10 @@ hooks:
3838
handle-sigint: false
3939
check:
4040
global:
41-
statements: 85
42-
lines: 85
43-
branches: 61
44-
functions: 78
41+
statements: 87
42+
lines: 88
43+
branches: 66
44+
functions: 84
4545
excludes: []
4646
each:
4747
statements: 0

0 commit comments

Comments
 (0)