Increase test threshold (#2499)

This commit is contained in:
Javier Adriel
2022-12-12 14:38:33 -06:00
committed by GitHub
parent 5d74b21bc4
commit ba6fb53594

View File

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