From 0d07c38b0696a1bc9c8458c7cf3646d5a3592322 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Mon, 27 Apr 2015 10:33:01 -0400 Subject: [PATCH] add to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01da637a..9c5c1121 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ $ npm test $ npm run docs ``` +### Code Coverage + +```bash +$ npm run coverage +``` + ### Continuous Integration Travis tests every release against node version `0.10`