Delete remote bucket test (#2096)

This commit is contained in:
adfost
2022-06-07 12:42:14 -07:00
committed by GitHub
parent 427a7516a3
commit fed58ec29a
2 changed files with 106 additions and 1 deletions

View File

@@ -1605,7 +1605,7 @@ jobs:
go tool cover -func=all.out | grep total > tmp2
result=`cat tmp2 | awk 'END {print $3}'`
result=${result%\%}
threshold=52.20
threshold=52.60
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then