Skip to content

Commit 5793d93

Browse files
increase the coverage limits
1 parent 1c16de6 commit 5793d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.nycrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"text"
55
],
66
"check-coverage": true,
7-
"lines": 95,
8-
"branches": 85,
9-
"statements": 95,
7+
"lines": 100,
8+
"branches": 100,
9+
"statements": 100,
1010
"all": true,
1111
"include": [
1212
"src/**/*.js"

0 commit comments

Comments
 (0)