From bc483947a66e9edad6a5a3c0d90b7e7e263651ee Mon Sep 17 00:00:00 2001 From: Luc Merceron Date: Mon, 1 May 2017 14:33:37 +0200 Subject: [PATCH] fix(package): Change on check-coverage metrics This commit should not be a bug fix but I need a version update to be able to test the library in a bigger environment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b43c15..8745e26 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "scripts": { "commit": "git-cz", - "check-coverage": "istanbul check-coverage --statements 90 --branches 85 --functions 100 --lines 100", + "check-coverage": "istanbul check-coverage --statements 90 --branches 90 --functions 90 --lines 90", "report-coverage": "cat ./coverage/lcov.info | codecov", "test": "jest", "test:watch": "jest --watch",