mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
test(coverage): added flag to generate coverage report for tap tests
This commit is contained in:
parent
a78af6b23a
commit
b87e6610a2
@ -28,7 +28,7 @@
|
||||
"commitmsg": "validate-commit-msg",
|
||||
"posttest": "npm run clean",
|
||||
"pretest": "eslint lib/**/*",
|
||||
"test": "tap 'test/tap/**/*.js' && vows test/vows/*.js",
|
||||
"test": "tap 'test/tap/**/*.js' --coverage && vows test/vows/*.js",
|
||||
"cover": "tap test/tap/**/*.js --cov --coverage-report=lcov"
|
||||
},
|
||||
"directories": {
|
||||
@ -41,6 +41,7 @@
|
||||
"streamroller": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codecov": "^1.0.1",
|
||||
"conventional-changelog": "^1.1.0",
|
||||
"eslint": "^3.12.0",
|
||||
"eslint-config-airbnb-base": "^11.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user