mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(cover): moved coverage to separate npm step
This commit is contained in:
parent
9d84bddf4a
commit
20b416d283
@ -6,4 +6,4 @@ node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
after_success:
|
||||
- npm run cover
|
||||
- npm run codecov
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
"commitmsg": "validate-commit-msg",
|
||||
"posttest": "npm run clean",
|
||||
"pretest": "eslint lib/**/*",
|
||||
"test": "tap 'test/tap/**/*.js' --cov && vows test/vows/*.js",
|
||||
"cover": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov"
|
||||
"test": "tap 'test/tap/**/*.js' && vows test/vows/*.js",
|
||||
"coverage": "tap 'test/tap/**/*.js' --cov",
|
||||
"codecov": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user