mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 06:37:46 +00:00
[codecov] remove use of bash uploader (#6459)
See https://about.codecov.io/security-update/
This commit is contained in:
+3
-1
@@ -526,7 +526,9 @@ do_upload_codecov()
|
||||
local retry_count=5
|
||||
local fail_count=0
|
||||
until ((fail_count > retry_count)); do
|
||||
bash <(curl -s https://codecov.io/bash) -f final.info -Z && break
|
||||
# TODO: removed the existing command due to security concerns
|
||||
echo "WARNIING: CODECOV DISABLED"
|
||||
break
|
||||
((++fail_count))
|
||||
echo >&2 "Upload failed, retrying (${fail_count}/${retry_count})"
|
||||
sleep 1m
|
||||
|
||||
Reference in New Issue
Block a user