[Pkg-javascript-commits] [node-coveralls] 180/332: Update README.md
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit ee368feeea7c3fe503a1432bb0a04d1c52821fa7
Author: Nuno Barreto <nbarreto at gmail.com>
Date: Fri Aug 15 09:52:36 2014 +0100
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list