From fe1e223720a5e04261619407743536dcb5caf8fe Mon Sep 17 00:00:00 2001 From: Nick den Engelsman Date: Mon, 17 Jul 2017 21:50:43 +0200 Subject: [PATCH] Update codecoverage thresholds --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ab54bf..6750198 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "collectCoverage": true, "coverageThreshold": { "global": { - "branches": 70, + "branches": 79, "functions": 100, - "lines": 95, + "lines": 96, "statements": 88 } },