0.1.4 • Published 12 months ago

@nevware21/coverage-tools v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

GitHub Workflow Status (main) npm version downloads downloads

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"
    }
}
0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago