From 69bf6d67d57413b67d62f27d49cce629c0a50591 Mon Sep 17 00:00:00 2001 From: elenadimitrova Date: Tue, 7 Apr 2020 08:40:53 +0300 Subject: [PATCH] Adjust test coverage thresholds for reshuffled LegacyTransferMaanger contract --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aac071dd..e69849703 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npx etherlime test --skip-compilation", "ctest": "npm run compile && npm run test", "provision:lib:artefacts": "bash ./scripts/provision_lib_artefacts.sh", - "test:coverage": "bash ./scripts/provision_lib_artefacts.sh & npx etherlime coverage --solcVersion 0.5.4 && istanbul check-coverage --statements 71 --branches 64 --functions 72 --lines 71", + "test:coverage": "bash ./scripts/provision_lib_artefacts.sh & npx etherlime coverage --solcVersion 0.5.4 && istanbul check-coverage --statements 70 --branches 62 --functions 73 --lines 70", "lint:contracts": "npx ethlint --dir .", "lint:contracts:staged": "bash ./scripts/ethlint.sh", "test:deployment": "./scripts/deploy.sh ganache `seq 1 7`",