From 326d709bf9a8aa6a1df6c3c09fb9ee70a248cb46 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Fri, 20 May 2022 19:21:43 -0400 Subject: [PATCH] Increase coverage threshold (#2023) --- .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 f4534656c..7adc74ec6 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1395,7 +1395,7 @@ jobs: go tool cover -func=all.out | grep total > tmp2 result=`cat tmp2 | awk 'END {print $3}'` result=${result%\%} - threshold=46.6 + threshold=47.7 echo "Result:" echo "$result%" if (( $(echo "$result >= $threshold" |bc -l) )); then