Skip to content

Commit b097237

Browse files
committed
🔧 Improve threshold to 65 for branches and functions
1 parent d9cc83d commit b097237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"check-coverage": true,
1919
"per-file": true,
2020
"statements": 75,
21-
"branches": 50,
22-
"functions": 50,
21+
"branches": 65,
22+
"functions": 65,
2323
"lines": 75,
2424
"include": [
2525
"lib/**/*.js"

0 commit comments

Comments
 (0)