Skip to content

Commit c0c73ad

Browse files
committed
[INTERNAL] package.json: Increase coverage requirements and watermarks
1 parent 6cc6060 commit c0c73ad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@
6262
"test/**"
6363
],
6464
"check-coverage": true,
65-
"lines": 60,
66-
"statements": 60,
67-
"functions": 55,
68-
"branches": 50,
65+
"statements": 85,
66+
"branches": 75,
67+
"functions": 80,
68+
"lines": 85,
6969
"watermarks": {
70-
"lines": [
71-
60,
70+
"statements": [
71+
70,
7272
90
7373
],
74-
"functions": [
75-
55,
74+
"branches": [
75+
70,
7676
90
7777
],
78-
"branches": [
79-
50,
80-
70
78+
"functions": [
79+
70,
80+
90
8181
],
82-
"statements": [
83-
60,
82+
"lines": [
83+
70,
8484
90
8585
]
8686
},

0 commit comments

Comments
 (0)