bring over circleci migration
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user