We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316475f commit 97f1ac3Copy full SHA for 97f1ac3
.istanbul.yml
@@ -18,9 +18,9 @@ reporting:
18
- lcov
19
dir: ./coverage
20
watermarks:
21
- statements: [50, 80]
22
- lines: [50, 80]
23
- functions: [50, 80]
+ statements: [80, 90]
+ lines: [80, 90]
+ functions: [80, 90]
24
branches: [50, 80]
25
report-config:
26
clover: {file: clover.xml}
@@ -38,10 +38,10 @@ hooks:
38
handle-sigint: false
39
check:
40
global:
41
- statements: 85
42
- lines: 85
43
- branches: 61
44
- functions: 78
+ statements: 87
+ lines: 88
+ branches: 66
+ functions: 84
45
excludes: []
46
each:
47
statements: 0
0 commit comments