Unverified Commit c771b2c8 by Francisco Giordano Committed by GitHub

add early failure to coverage script

parent 3812bd8e
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit
SOLIDITY_COVERAGE=true scripts/test.sh SOLIDITY_COVERAGE=true scripts/test.sh
if [ "$CI" = true ]; then if [ "$CI" = true ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment