Skip to content

covergates/covergates-node

Repository files navigation

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.

Releases

No releases published

Packages

No packages published