From bfeab5833cf295780f31283a2c4d7c38ca5971f1 Mon Sep 17 00:00:00 2001 From: Mudit Gupta Date: Tue, 15 Jan 2019 21:06:01 +0530 Subject: [PATCH] Update test.sh --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index f44a7af89..8396cb5a3 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -93,7 +93,7 @@ if [ "$COVERAGE" = true ]; then 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 if [ "$CIRCLECI" = true ]; then - cat coverage/lcov.info | node_modules/.bin/coveralls + cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls' fi else if [ "$CIRCLECI" = true ]; then # using mocha junit reporter for parallelism in CircleCI @@ -110,4 +110,4 @@ else else node_modules/.bin/truffle test `find test/*.js ! -name a_poly_oracle.js -and ! -name s_v130_to_v140_upgrade.js` fi -fi \ No newline at end of file +fi