Add tests for remote buckets handlers (#2843)

This commit is contained in:
Javier Adriel
2023-06-08 13:06:49 -06:00
committed by GitHub
parent b33b9315ea
commit b4603547f6
5 changed files with 413 additions and 36 deletions

View File

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