From 4d4a159d247a74a21b719b2ec37cd1b07ce9ccfa Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Fri, 4 Mar 2022 15:21:41 -0500 Subject: [PATCH] increase coverage threshold (#1667) --- .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 be526b4ff..11fd93bd2 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -730,7 +730,7 @@ jobs: result=${result%\%} echo "result:" echo $result - threshold=40 + threshold=48 if (( $(echo "$result > $threshold" |bc -l) )); then echo "greater than threshold, passed!" else