aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 46d28609..ceb741de 100644
--- a/README.markdown
+++ b/README.markdown
@@ -146,6 +146,11 @@ the tests:
2. [Install PhantomJS.](http://phantomjs.org/download.html)
3. `cake test` to run the tests.
+Coverage reporting uses [JSCoverage](http://siliconforks.com/jscoverage/) and requires
+[node-temp](https://github.com/bruce/node-temp). `cake coverage` will generate a coverage report in the form
+of a JSON blob, which can then be viewed using [jscoverage-report](https://github.com/int3/jscoverage-report).
+See jscoverage-report's README for more details.
+
When you're done, send us a pull request on Github. Feel free to include a change to the CREDITS file with
your patch.