1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-13 07:04:27 -05:00

Disable coverage upload

This commit is contained in:
Shelikhoo
2019-04-16 15:02:37 +08:00
parent f9e3183356
commit 73182c5952

View File

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