|
@@ -3,5 +3,5 @@
|
|
SOLIDITY_COVERAGE=true scripts/test.sh
|
|
SOLIDITY_COVERAGE=true scripts/test.sh
|
|
|
|
|
|
if [ "$CI" = true ]; then
|
|
if [ "$CI" = true ]; then
|
|
- curl -s https://codecov.io/bash | bash -s
|
|
|
|
|
|
+ curl -s https://codecov.io/bash | bash -s -- -C "$CIRCLE_SHA1"
|
|
fi
|
|
fi
|