Manually specify commit hash to codecov

This commit is contained in:
Francisco Giordano
2019-08-07 22:31:28 -03:00
parent 1c1fa5d968
commit e59ded9134

View File

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