aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGregg Caines <[email protected]>2014-09-21 19:09:56 -0700
committerGregg Caines <[email protected]>2014-09-21 19:09:56 -0700
commitfde16dfe2b28fed153e7a9d37f878aadcc0e4f06 (patch)
treeecf3f9659c74c23ad424addeb61447c33aece0e3 /README.md
parente38fc9a941b7ac41cd613e1758fb0e533db404a4 (diff)
parente59c416a9e528afaf62fbd9f337aa51d8b6cf6c2 (diff)
downloadnode-coveralls-fde16dfe2b28fed153e7a9d37f878aadcc0e4f06.tar.xz
node-coveralls-fde16dfe2b28fed153e7a9d37f878aadcc0e4f06.zip
Merge pull request #68 from geek/patch-1
Adding instructions on using lab with coveralls
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f29946..3223f42 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/.bin/coveralls
+```
+
+
## 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.