From 9bf58497c53e8bcf2fe8ae8d1fc4ea3b6fb2947c Mon Sep 17 00:00:00 2001 From: f1ames Date: Mon, 21 Aug 2023 16:53:21 +0200 Subject: [PATCH] test: align cc threshold --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dfcb5f..452cd90 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "test": "concurrently -s command-1 -k \"npm run test:server\" \"node ./out/test/run-test.js\"", "test:cc": "concurrently -s command-1 -k \"npm run test:server\" \"c8 node ./out/test/run-test.js\"", "test:server": "node ./out/test/run-server.js", - "test:ensure-coverage": "npx c8 check-coverage --lines 75 --functions 80 --branches 80 --statements 75" + "test:ensure-coverage": "npx c8 check-coverage --lines 70 --functions 80 --branches 80 --statements 70" }, "devDependencies": { "@graphql-tools/mock": "^9.0.0",