Covergates CLI for NodeJS
npm install covergates --save-dev
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.
You can find the example for NodeJS test coverage with covergates at https://github.com/covergates/example-nodejs.