🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

check-code-coverage

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

check-code-coverage

Utilities for checking the coverage produced by NYC against extra or missing files

1.0.0
Version published
Weekly downloads
8.6K
16.08%
Maintainers
1
Weekly downloads
 
Created
Issues
7

check-code-coverage ci status

Utilities for checking the coverage produced by NYC against extra or missing files

Use

npm i -D check-code-coverage
# check if .nyc_output/out.json has 100% code coverage for main.js
npx check-coverage main.js
# check if .nyc_output/out.json has files foo.js and bar.js covered and nothing else
npx only-covered foo.js bar.js

FAQs

Package last updated on 10 Apr 2020

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