We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc6060 commit c0c73adCopy full SHA for c0c73ad
package.json
@@ -62,25 +62,25 @@
62
"test/**"
63
],
64
"check-coverage": true,
65
- "lines": 60,
66
- "statements": 60,
67
- "functions": 55,
68
- "branches": 50,
+ "statements": 85,
+ "branches": 75,
+ "functions": 80,
+ "lines": 85,
69
"watermarks": {
70
- "lines": [
71
- 60,
+ "statements": [
+ 70,
72
90
73
74
- "functions": [
75
- 55,
+ "branches": [
76
77
78
- "branches": [
79
- 50,
80
- 70
+ "functions": [
+ 90
81
82
- "statements": [
83
+ "lines": [
84
85
]
86
},
0 commit comments