You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
add coverage reporting
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
node_modules
|
||||
.tern-port
|
||||
.nyc_output
|
||||
coverage
|
||||
|
@@ -9,11 +9,13 @@
|
||||
"author": "Matt Ranney <mjr@ranney.com>",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
"test": "node ./test.js",
|
||||
"coverage": "nyc npm test && nyc report"
|
||||
},
|
||||
"devDependencies": {
|
||||
"metrics": ">=0.1.5",
|
||||
"colors": "~0.6.0-1",
|
||||
"metrics": ">=0.1.5",
|
||||
"nyc": "^2.2.0",
|
||||
"underscore": "~1.4.4"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user