Use istanbul for test coverage
If there is no coverage at all we get an empty global variable and the lcov empty file may cause coveralls failure. Use mkdirp() to create lib-cov
Showing
| ... | ... | @@ -64,7 +64,7 @@ |
| "devDependencies": { | ||
| "coveralls": "^2.11.2", | ||
| "cross-spawn": "^1.0.3", | ||
| "jscoverage": "^0.5.9", | ||
| "istanbul": "^0.3.13", | ||
| "jshint": "^2.8.0", | ||
| "mocha": "^2.2.5", | ||
| "mocha-lcov-reporter": "^0.0.2", | ||
| ... | ... |
Please
register
or
sign in
to comment