diff options
| author | Wyatt Preul <[email protected]> | 2014-09-04 14:21:01 -0500 |
|---|---|---|
| committer | Wyatt Preul <[email protected]> | 2014-09-04 14:21:01 -0500 |
| commit | a0d6ee6e142e42082470d3bc3312a80cb57532c1 (patch) | |
| tree | 0838fe6dbcb26625b0f025d8074ca5ac71253e1d /README.md | |
| parent | a760981ee62e13cf4cf36975e474df1426980577 (diff) | |
| download | node-coveralls-a0d6ee6e142e42082470d3bc3312a80cb57532c1.tar.xz node-coveralls-a0d6ee6e142e42082470d3bc3312a80cb57532c1.zip | |
Adding instructions on using lab with coveralls
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -104,6 +104,12 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj ./node_modules/.bin/poncho -R lcov test/test.html | ./node_modules/coveralls/bin/coveralls.js ``` +### [Lab](https://github.com/hapijs/lab) +```sh +lab -r lcov | ./node_modules/coveralls/bin/coveralls.js +``` + + ## Running locally If you're running locally, you must have a `.coveralls.yml` file, as documented in [their documentation](https://coveralls.io/docs/ruby), with your `repo_token` in it; or, you must provide a `COVERALLS_REPO_TOKEN` environment-variable on the command-line. |
