Add solidity-coverage
Showing
| ... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
| "scripts": { | "scripts": { | ||
| "test": "scripts/test.sh", | "test": "scripts/test.sh", | ||
| "console": "truffle console", | "console": "truffle console", | ||
| "install": "scripts/install.sh" | "install": "scripts/install.sh", | ||
| "coverage": "scripts/coverage.sh" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -35,6 +36,7 @@ | ... | @@ -35,6 +36,7 @@ |
| "babel-preset-stage-3": "^6.17.0", | "babel-preset-stage-3": "^6.17.0", | ||
| "babel-register": "^6.23.0", | "babel-register": "^6.23.0", | ||
| "ethereumjs-testrpc": "^3.0.2", | "ethereumjs-testrpc": "^3.0.2", | ||
| "solidity-coverage": "^0.1.0", | |||
| "truffle": "https://github.com/ConsenSys/truffle.git#3.1.9" | "truffle": "https://github.com/ConsenSys/truffle.git#3.1.9" | ||
| } | } | ||
| } | } |
scripts/coverage.sh
0 → 100755
Please
register
or
sign in
to comment