From ba6fb535944a1de7ec2ea80b61a8c1845266ecdf Mon Sep 17 00:00:00 2001 From: Javier Adriel Date: Mon, 12 Dec 2022 14:38:33 -0600 Subject: [PATCH] Increase test threshold (#2499) --- .github/workflows/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jobs.yaml b/.github/workflows/jobs.yaml index 7319d2663..ca140657b 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -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