Browse Source

Manually specify commit hash to codecov

Francisco Giordano 6 years ago
parent
commit
e59ded9134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/coverage.sh

+ 1 - 1
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