From 179fd8fd2f2dcc98a3e080bda7c9f1e9440b8fe3 Mon Sep 17 00:00:00 2001 From: Kunal Kapadia Date: Fri, 5 Feb 2016 01:29:45 +0530 Subject: [PATCH] Update README with new code coverage summary image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e26f7f..68aa8b34 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Logs stacktrace of error to console along with other details. You should ideally ## Code Coverage Get code coverage summary on executing `npm test` -![Code Coverage Text Summary](https://cloud.githubusercontent.com/assets/4172932/12619174/f581647c-c53c-11e5-8b0f-f0764391bd45.JPG) +![Code Coverage Text Summary](https://cloud.githubusercontent.com/assets/4172932/12827832/a0531e70-cba7-11e5-9b7c-9e7f833d8f9f.JPG) `npm test` also generates HTML code coverage report in `coverage/` directory. Open `lcov-report/index.html` to view it. ![Code coverage HTML report](https://cloud.githubusercontent.com/assets/4172932/12625331/571a48fe-c559-11e5-8aa0-f9aacfb8c1cb.jpg)