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 cd4a7f9 + bfeab58 commit 49f6a10Copy full SHA for 49f6a10
scripts/test.sh
@@ -93,7 +93,7 @@ if [ "$COVERAGE" = true ]; then
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
95
if [ "$CIRCLECI" = true ]; then
96
- cat coverage/lcov.info | node_modules/.bin/coveralls
+ cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
97
fi
98
else
99
if [ "$CIRCLECI" = true ]; then # using mocha junit reporter for parallelism in CircleCI
@@ -110,4 +110,4 @@ else
110
111
node_modules/.bin/truffle test `find test/*.js ! -name a_poly_oracle.js -and ! -name s_v130_to_v140_upgrade.js`
112
113
-fi
+fi
0 commit comments