CI: Added code coverage stuff
This diff is collapsed.
... | ... | @@ -11,7 +11,8 @@ |
"scrap" | ||
], | ||
"scripts": { | ||
"test": "mocha --timeout 80s" | ||
"test": "mocha --timeout 80s", | ||
"coverage": "nyc npm test" | ||
}, | ||
"dependencies": { | ||
"cheerio": "^1.0.0-rc.5", | ||
... | ... | @@ -19,6 +20,7 @@ |
}, | ||
"devDependencies": { | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3" | ||
}, | ||
"repository": { | ||
... | ... |
Please register or sign in to comment