diff options
| author | Nuno Barreto <[email protected]> | 2014-08-15 09:52:36 +0100 |
|---|---|---|
| committer | Nuno Barreto <[email protected]> | 2014-08-15 09:52:36 +0100 |
| commit | ee368feeea7c3fe503a1432bb0a04d1c52821fa7 (patch) | |
| tree | 3651db527aab5ec76fec711d5671ef03a5c9bb6f | |
| parent | e0ae7719c9090d17077dade39b1c793da039c33f (diff) | |
| download | node-coveralls-ee368feeea7c3fe503a1432bb0a04d1c52821fa7.tar.xz node-coveralls-ee368feeea7c3fe503a1432bb0a04d1c52821fa7.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
