Skip to content

Commit

Permalink
Merge pull request #643 from PolymathNetwork/coverage-memory-fix
Browse files Browse the repository at this point in the history
Coverage memory limit increased
  • Loading branch information
satyamakgec authored Apr 11, 2019
2 parents 5d87221 + 739a830 commit 55af644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi
if [ "$COVERAGE" = true ]; then
curl -o node_modules/solidity-coverage/lib/app.js https://raw.githubusercontent.com/maxsam4/solidity-coverage/relative-path/lib/app.js
curl -o node_modules/solidity-parser-sc/build/parser.js https://raw.githubusercontent.com/maxsam4/solidity-parser/solidity-0.5/build/parser.js
node_modules/.bin/solidity-coverage
node --max_old_space_size=3500 node_modules/.bin/solidity-coverage
if [ "$CIRCLECI" = true ]; then
cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
fi
Expand Down

0 comments on commit 55af644

Please sign in to comment.