Explorar o código

fix some bugs in coverall

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
a8726baa68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -32,7 +32,7 @@ echo "mode: set" | cat - coverallsorted.out > coverage.txt
 rm coverallsorted.out
 
 if [ "$FAIL" -eq 0 ]; then
-  bash <(curl -s https://covercov.io/bash) || echo "Codecov did not collect coverage reports."
+  bash <(curl -s https://codecov.io/bash) -f coverage.txt || echo "Codecov did not collect coverage reports."
 fi
 
 rm -f coverage.txt