Manually specify commit hash to codecov

pull/1873/head
Francisco Giordano 6 years ago
parent 1c1fa5d968
commit e59ded9134
  1. 2
      scripts/coverage.sh

@ -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

Loading…
Cancel
Save