From ee368feeea7c3fe503a1432bb0a04d1c52821fa7 Mon Sep 17 00:00:00 2001 From: Nuno Barreto Date: Fri, 15 Aug 2014 09:52:36 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3