Skip to content

Commit b5c3d7d

Browse files
committed
chore: add nyc config
it set the coverage threshold to 95% for branches, 99% for lines.
1 parent 33a3ad5 commit b5c3d7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.nycrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"branches": 95,
3+
"lines": 99,
4+
"functions": 99,
5+
"statements": 99
6+
}

0 commit comments

Comments
 (0)