Socket
Book a DemoInstallSign in
Socket

@nevware21/coverage-tools

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nevware21/coverage-tools

Tools for merging coverage reports.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
51
34.21%
Maintainers
0
Weekly downloads
 
Created
Source

@nevware21/coverage-tools

Tools for merging coverage reports.

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

Keywords

typescript

FAQs

Package last updated on 19 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts