From 73182c5952a5c3090573dbed73b708b4aa4f3602 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 16 Apr 2019 15:02:37 +0800 Subject: [PATCH] Disable coverage upload --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 187ddd3b9..f9ac6db1f 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -42,7 +42,7 @@ echo "mode: set" | cat - ${COV_SORTED} > ${COVERAGE_FILE} if [ "$FAIL" -eq 0 ]; then echo "Uploading coverage datea to codecov." - bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports." + #bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports." fi exit $FAIL