Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit 0f702b4

Browse files
author
tunnckoCore
committed
chore(nyc): bump everything to 100%
except branches to 98.25 - preparation for build process TAG: latest
1 parent 86abe73 commit 0f702b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.nycrc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"check-coverage": true,
3-
"statements": 0,
4-
"functions": 0,
5-
"branches": 0,
6-
"lines": 0
3+
"statements": 100,
4+
"functions": 100,
5+
"branches": 98.25,
6+
"lines": 100
77
}

0 commit comments

Comments
 (0)