From afb4443109a784b18b8640f874bea5d73c5814a0 Mon Sep 17 00:00:00 2001 From: airosa Date: Thu, 21 Apr 2016 08:27:06 +0200 Subject: [PATCH] chore(coverage): Raise the coverage targets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb6c686..375af21 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/sdmxmllib.js", "scripts": { "commit": "git-cz", - "check-coverage": "istanbul check-coverage --statements 80 --branches 60 --functions 80 --lines 80", + "check-coverage": "istanbul check-coverage --statements 85 --branches 65 --functions 85 --lines 90", "report-coverage": "cat ./coverage/lcov.info | codecov", "test": "mocha --require ./src/util/node-helper.js --recursive", "test:single": "istanbul cover _mocha -- --require ./src/util/node-helper.js --recursive",