add early failure to coverage script

This commit is contained in:
Francisco Giordano
2019-08-09 19:29:45 -03:00
committed by GitHub
parent 3812bd8e6f
commit c771b2c8d5

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -o errexit
SOLIDITY_COVERAGE=true scripts/test.sh
if [ "$CI" = true ]; then