From e59ded9134cd1024bb84881c1b86a357eadb161d Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 7 Aug 2019 22:31:28 -0300 Subject: [PATCH] Manually specify commit hash to codecov --- scripts/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coverage.sh b/scripts/coverage.sh index ceff90785..ceb215def 100755 --- a/scripts/coverage.sh +++ b/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