Skip to content

Commit 4e24bc3

Browse files
committed
put the coverage somewhere
1 parent 3ec1626 commit 4e24bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "tap"
7+
"test": "tap",
8+
"posttest": "mkdir -p ./coverage && nyc report --reporter=text-lcov > ./coverage/lcov.info"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)