@nevware21/coverage-tools
v0.1.4
Published
Tools for merging coverage reports.
Downloads
487
Readme
Description
Tools for merging coverage reports.
Quick Start
Install the npm packare: npm install @nevware21/coverage-tools --save-dev
It is suggested / recommended that you use the following definition in your
package.json
so that you are compatible with any future releases as they become available we do not intend to make ANY known breaking changes moving forward until v2.x"@nevware21/coverage-tools": ">= 0.1.4 < 2.x"
And then just used the helper in your package.json
{
"scripts": {
"coverage": "merge-coverage"
}
}