@nevware21/coverage-tools
Tools for merging coverage reports.
!
GitHub Workflow Status (main)



Description
Tools for merging coverage reports.
$3
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
> ``
json
> "@nevware21/coverage-tools": ">= 0.1.4 < 2.x"
> `
And then just used the helper in your package.json
`
json
{
"scripts": {
"coverage": "merge-coverage"
}
}
``