Commit e6a7a978 by Francisco Giordano Committed by GitHub

Merge pull request #362 from cgewecke/bump-solidity-coverage

Upgrade solidity coverage to ^0.2.1
parents b972f435 3e02f45f
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"ethereumjs-testrpc": "^3.0.2", "ethereumjs-testrpc": "^3.0.2",
"mocha-lcov-reporter": "^1.3.0", "mocha-lcov-reporter": "^1.3.0",
"moment": "^2.18.1", "moment": "^2.18.1",
"solidity-coverage": "^0.1.7", "solidity-coverage": "^0.2.1",
"truffle": "^3.4.6", "truffle": "^3.4.6",
"truffle-hdwallet-provider": "0.0.3" "truffle-hdwallet-provider": "0.0.3"
} }
......
...@@ -19,7 +19,7 @@ if testrpc_running; then ...@@ -19,7 +19,7 @@ if testrpc_running; then
else else
echo "Starting testrpc-sc to generate coverage" echo "Starting testrpc-sc to generate coverage"
# We define 10 accounts with balance 1M ether, needed for high-value tests. # We define 10 accounts with balance 1M ether, needed for high-value tests.
./node_modules/ethereumjs-testrpc-sc/bin/testrpc --gasLimit 0xfffffffffff --port 8555 \ ./node_modules/ethereumjs-testrpc-sc/build/cli.node.js --gasLimit 0xfffffffffff --port 8555 \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,1000000000000000000000000" \ --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,1000000000000000000000000" \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,1000000000000000000000000" \ --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,1000000000000000000000000" \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,1000000000000000000000000" \ --account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,1000000000000000000000000" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment