Skip to content

Commit 8a0c14e

Browse files
committed
Add nyc config
1 parent 06361e2 commit 8a0c14e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
"test-coverage": "nyc --reporter lcov tape test/index.js",
5151
"test": "npm run format && npm run build && npm run test-coverage"
5252
},
53+
"nyc": {
54+
"check-coverage": true,
55+
"lines": 100,
56+
"functions": 100,
57+
"branches": 100
58+
},
5359
"prettier": {
5460
"tabWidth": 2,
5561
"useTabs": false,

0 commit comments

Comments
 (0)