Skip to content

Commit

Permalink
docs: correct check-coverage shorthand example (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexframe authored and bcoe committed Nov 8, 2017
1 parent 7ea96ba commit 2dee543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ nyc also accepts a `--check-coverage` shorthand, which can be used to
both run tests and check that coverage falls within the threshold provided:

```shell
nyc check-coverage --lines 100 npm test
nyc --check-coverage --lines 100 npm test
```

The above check fails if coverage falls below 100%.
Expand Down

0 comments on commit 2dee543

Please sign in to comment.