add early failure to coverage script
This commit is contained in:
committed by
GitHub
parent
3812bd8e6f
commit
c771b2c8d5
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
|
||||
SOLIDITY_COVERAGE=true scripts/test.sh
|
||||
|
||||
if [ "$CI" = true ]; then
|
||||
|
||||
Reference in New Issue
Block a user