Skip to content

Commit 5c0d205

Browse files
committed
chore: add nyc config
it set the coverage threshold to 95% for branches, 99% for lines.
1 parent 7c61e9a commit 5c0d205

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.nycrc

+6
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)