From 54432bb1990a15e27e8b9f7e2751d3fbf530c547 Mon Sep 17 00:00:00 2001 From: molant Date: Wed, 26 Apr 2017 14:44:07 -0700 Subject: [PATCH] Increase minimum coverage threshold to 85% --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee56f199491..f21d3295747 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "lines": 85, "statements": 85, "functions": 80, - "branches": 75, + "branches": 85, "include": [ "dist/src/**/*.js" ],