Skip to content

Commit

Permalink
Adjust coverage thresholds to cater for changing of test contracts lo…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
elenadimitrova committed May 14, 2020
1 parent cb05511 commit e3c35ce
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 @@ -15,7 +15,7 @@
"test": "npx etherlime test --skip-compilation",
"ctest": "npm run compile && npm run compile:test && npm run test",
"provision:lib:artefacts": "bash ./scripts/provision_lib_artefacts.sh",
"test:coverage": "bash ./scripts/provision_lib_artefacts.sh & COVERAGE=1 npx etherlime coverage --solcVersion 0.5.4 && istanbul check-coverage --statements 72 --branches 61 --functions 73 --lines 72",
"test:coverage": "bash ./scripts/provision_lib_artefacts.sh & COVERAGE=1 npx etherlime coverage --solcVersion 0.5.4 && istanbul check-coverage --statements 69 --branches 61 --functions 71 --lines 69",
"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 e3c35ce

Please sign in to comment.