Increase threshold (#2555)

This commit is contained in:
Javier Adriel
2023-01-05 17:31:32 -06:00
committed by GitHub
parent aece2251cf
commit 7001067baa

View File

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