Browse Source

add early failure to coverage script

Francisco Giordano 6 years ago
parent
commit
c771b2c8d5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/coverage.sh

+ 2 - 0
scripts/coverage.sh

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