aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f29946..d848603 100644
--- a/README.md
+++ b/README.md
@@ -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.