Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 605 Bytes

covergates

Covergates CLI for NodeJS

Installation

npm install covergates --save-dev

Usage

covergates will install a binary under node_modules/.bin/covergates. To use it under CLI, run:

For npm v5.2.0 or newer

npx covergates -h

or

./node_modules/.bin/covergates

For the covergates command line usage, please refer to the documentation.

Example

You can find the example for NodeJS test coverage with covergates at https://github.com/covergates/example-nodejs.