diff options
| author | Gregg Caines <[email protected]> | 2014-07-31 19:33:24 -0700 |
|---|---|---|
| committer | Gregg Caines <[email protected]> | 2014-07-31 19:33:24 -0700 |
| commit | a161f514bd1422fe1409908f06b56b724c90f86a (patch) | |
| tree | 2d1abb6193a44904bd8d9d88d9da12a94ae9b382 | |
| parent | 4b25348923dc1fb1f304ad2ddae1f73dc1385b65 (diff) | |
| parent | 32540bae6ab9122067eb896f6efb4e0a28dc9b07 (diff) | |
| download | node-coveralls-a161f514bd1422fe1409908f06b56b724c90f86a.tar.xz node-coveralls-a161f514bd1422fe1409908f06b56b724c90f86a.zip | |
Merge pull request #62 from wlabranche/patch-1
Removed dead link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ NODE_ENV=test YOURPACKAGE_COVERAGE=1 ./node_modules/.bin/mocha \ ``` ### [Mocha](http://visionmedia.github.io/mocha/) + [JSCoverage](https://github.com/fishbar/jscoverage) -Instrumenting your app for coverage is probably harder than it needs to be (read [here](http://www.seejohncode.com/2012/03/13/setting-up-mocha-jscoverage/) or [here](http://tjholowaychuk.com/post/18175682663/mocha-test-coverage)), but that's also a necessary step. +Instrumenting your app for coverage is probably harder than it needs to be (read [here](http://www.seejohncode.com/2012/03/13/setting-up-mocha-jscoverage/)), but that's also a necessary step. In mocha, if you've got your code instrumented for coverage, the command for a travis build would look something like this: ```sh |
