From a7735ce07737e546149e1279c8ffa775128e1023 Mon Sep 17 00:00:00 2001 From: junderw Date: Sat, 29 Dec 2018 10:45:28 +0900 Subject: [PATCH] Match coverage targets with current level --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55454bc..130d644 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "coverage-report": "nyc report --reporter=lcov", "coverage-html": "nyc report --reporter=html", - "coverage": "nyc --check-coverage --branches 80 --functions 80 --lines 80 mocha", + "coverage": "nyc --check-coverage --branches 83 --functions 90 --lines 89 mocha", "integration": "npm run build && mocha --timeout 50000 test/integration/", "standard": "standard", "test": "npm run build && npm run standard && npm run coverage",