Increase threshold to 54.4 (Current coverage 54.5) (#2488)

This commit is contained in:
Javier Adriel
2022-12-07 20:01:09 -06:00
committed by GitHub
parent 613e93fdc6
commit ef182fe75e

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=53.40
threshold=54.40
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then