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