Skip to content

Commit

Permalink
Adjust test coverage thresholds for reshuffled LegacyTransferMaanger …
Browse files Browse the repository at this point in the history
…contract
  • Loading branch information
elenadimitrova committed Apr 7, 2020
1 parent 1e61962 commit 69bf6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`",
Expand Down

0 comments on commit 69bf6d6

Please sign in to comment.