aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Barreto <[email protected]>2014-08-15 09:52:36 +0100
committerNuno Barreto <[email protected]>2014-08-15 09:52:36 +0100
commitee368feeea7c3fe503a1432bb0a04d1c52821fa7 (patch)
tree3651db527aab5ec76fec711d5671ef03a5c9bb6f
parente0ae7719c9090d17077dade39b1c793da039c33f (diff)
downloadnode-coveralls-ee368feeea7c3fe503a1432bb0a04d1c52821fa7.tar.xz
node-coveralls-ee368feeea7c3fe503a1432bb0a04d1c52821fa7.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c3a375..2f29946 100644
--- a/README.md
+++ b/README.md
@@ -55,13 +55,13 @@ Check out an example [Makefile](https://github.com/cainus/urlgrey/blob/master/Ma
### [Istanbul](https://github.com/gotwarlost/istanbul)
---With Mocha:--
+**With Mocha:**
```sh
istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
```
---With Jasmine:--
+**With Jasmine:**
```sh
istanbul cover jasmine-node --captureExceptions spec/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage