diff options
| author | Jonathan Porta <[email protected]> | 2014-11-10 16:41:01 -0800 |
|---|---|---|
| committer | Jonathan Porta <[email protected]> | 2014-11-10 16:41:01 -0800 |
| commit | e3106949a58390333db645fe5e1040bc3849c2f5 (patch) | |
| tree | 8dabfb01be670402643d1b2881d3040d91ce3c16 | |
| parent | fde16dfe2b28fed153e7a9d37f878aadcc0e4f06 (diff) | |
| download | node-coveralls-e3106949a58390333db645fe5e1040bc3849c2f5.tar.xz node-coveralls-e3106949a58390333db645fe5e1040bc3849c2f5.zip | |
Document possible command line params
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -109,6 +109,13 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj lab -r lcov | ./node_modules/.bin/coveralls ``` +### Command Line Parameters +Usage: coveralls.js [-v] filepath + +#### Optional arguments: + +-v, --verbose +filepath - optionally defines the base filepath of your source files. ## Running locally |
