Tools for merging coverage reports.
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"
}
}