Files
openzeppelin-contracts/scripts/coverage.sh
2019-08-09 19:29:45 -03:00

10 lines
171 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
SOLIDITY_COVERAGE=true scripts/test.sh
if [ "$CI" = true ]; then
curl -s https://codecov.io/bash | bash -s -- -C "$CIRCLE_SHA1"
fi