We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66f331f + 055f8cb commit 5b892a2Copy full SHA for 5b892a2
scripts/test.sh
@@ -91,7 +91,7 @@ fi
91
if [ "$COVERAGE" = true ] || [ "$TRAVIS_PULL_REQUEST" > 0 ] && [ "$NOT_FORK" != 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
node_modules/.bin/solidity-coverage
94
- if [ "$CIRCLECI" = true ]; then
+ if [ "$CIRCLECI" = true ] || [ "$TRAVIS_PULL_REQUEST" > 0 ] && [ "$NOT_FORK" != true ]; then
95
cat coverage/lcov.info | node_modules/.bin/coveralls || echo 'Failed to report coverage to Coveralls'
96
fi
97
else
0 commit comments