Manually specify commit hash to codecov
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user