Add global params for limit and offset (#3096)

This commit is contained in:
Javier Adriel
2023-10-19 14:38:31 -06:00
committed by GitHub
parent 4389548b64
commit 622c3a067a
14 changed files with 366 additions and 244 deletions

View File

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