Commit e59ded91 by Francisco Giordano

Manually specify commit hash to codecov

parent 1c1fa5d9
...@@ -3,5 +3,5 @@ ...@@ -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
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