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

Upgrade solidity coverage to ^0.2.1
pull/363/head
Francisco Giordano 8 years ago committed by GitHub
commit e6a7a978d1
  1. 2
      package.json
  2. 2
      scripts/coverage.sh
  3. 1426
      yarn.lock

@ -40,7 +40,7 @@
"ethereumjs-testrpc": "^3.0.2",
"mocha-lcov-reporter": "^1.3.0",
"moment": "^2.18.1",
"solidity-coverage": "^0.1.7",
"solidity-coverage": "^0.2.1",
"truffle": "^3.4.6",
"truffle-hdwallet-provider": "0.0.3"
}

@ -19,7 +19,7 @@ if testrpc_running; then
else
echo "Starting testrpc-sc to generate coverage"
# 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="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501201,1000000000000000000000000" \
--account="0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501202,1000000000000000000000000" \

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save