From 7469dccd866154cbbfbc8b41bc57cec195f9fb12 Mon Sep 17 00:00:00 2001 From: Andrew Dunkman Date: Sat, 20 Sep 2014 12:58:39 -0400 Subject: [PATCH] Increase test coverage threshold to 60%. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’re currently at 60% test coverage, so this forces us to write more tests whenever anything new is added. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf0ed38..16c807b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "config": { "travis-cov": { - "threshold": 50 + "threshold": 60 }, "blanket": { "pattern": "//^((?!/node_modules/)(?!/test/).)*$/ig"