We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46cd8bc + 55af644 commit cd4a785Copy full SHA for cd4a785
scripts/test.sh
@@ -91,7 +91,7 @@ fi
91
if [ "$COVERAGE" = true ]; then
92
curl -o node_modules/solidity-coverage/lib/app.js https://raw.githubusercontent.com/maxsam4/solidity-coverage/relative-path/lib/app.js
93
curl -o node_modules/solidity-parser-sc/build/parser.js https://raw.githubusercontent.com/maxsam4/solidity-parser/solidity-0.5/build/parser.js
94
- node_modules/.bin/solidity-coverage
+ node --max_old_space_size=3500 node_modules/.bin/solidity-coverage
95
if [ "$CIRCLECI" = true ]; then
96
cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
97
fi
0 commit comments