Skip to content

Commit 86724dd

Browse files
committed
[INTERNAL] Increase coverage threshold
1 parent 23198a3 commit 86724dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"lib/thirdparty/**"
5353
],
5454
"check-coverage": true,
55-
"statements": 90,
55+
"statements": 95,
5656
"branches": 85,
57-
"functions": 90,
58-
"lines": 90,
57+
"functions": 100,
58+
"lines": 95,
5959
"watermarks": {
6060
"statements": [
6161
70,

0 commit comments

Comments
 (0)