From fb34ca9f1fe4c766370bae267319e0d57d01b2cc Mon Sep 17 00:00:00 2001 From: Dane Stuckel Date: Fri, 26 Sep 2014 18:50:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f46437..6634008 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Limit complexity in JavaScript projects by failing build if function exceed limi [![Code Climate](https://codeclimate.com/github/TakenPilot/gulp-limit-complexity/badges/gpa.svg)](https://codeclimate.com/github/TakenPilot/gulp-limit-complexity) +[![Coverage Status](https://coveralls.io/repos/TakenPilot/gulp-limit-complexity/badge.png?branch=master)](https://coveralls.io/r/TakenPilot/gulp-limit-complexity?branch=master) + Using Mozilla's JavaScript tree mapper to parse functions, and escomplex to calculate the complexity of every function. This is mainly useful for keeping third-party developers honest and to a certain level of quality. Can also be useful on large teams as a kind of contract for how complex or readable their code must be.