Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanabbasi committed Dec 1, 2018
1 parent cafbda4 commit 5507642
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -10,8 +10,12 @@ A library to provide comprehensive unit test coverage of your code considering o
`npm install comprehensive-js-coverage`

## Usage
```
var coverage = require('comprehensive-js-coverage');

coverage('repo_name', 'repo_owner', 'base_branch');
```
This would generate a `/comprehensive_coverage` directory under project root, containing unit test coverage reports for each Pull Request branch and the base branch.

## Tests

Expand Down

0 comments on commit 5507642

Please sign in to comment.