Merge pull request #237 from maraoz/coveralls
Add coveralls
Showing
.coveralls.yml
0 → 100644
| ... | @@ -7,7 +7,8 @@ | ... | @@ -7,7 +7,8 @@ |
| "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" | "coverage": "scripts/coverage.sh", | ||
| "coveralls": "scripts/coveralls.sh" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -35,7 +36,9 @@ | ... | @@ -35,7 +36,9 @@ |
| "babel-preset-stage-2": "^6.18.0", | "babel-preset-stage-2": "^6.18.0", | ||
| "babel-preset-stage-3": "^6.17.0", | "babel-preset-stage-3": "^6.17.0", | ||
| "babel-register": "^6.23.0", | "babel-register": "^6.23.0", | ||
| "coveralls": "^2.13.1", | |||
| "ethereumjs-testrpc": "^3.0.2", | "ethereumjs-testrpc": "^3.0.2", | ||
| "mocha-lcov-reporter": "^1.3.0", | |||
| "solidity-coverage": "^0.1.0", | "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/coveralls.sh
0 → 100755
Please
register
or
sign in
to comment