From bd0edea3df2b50adcbfe32417cd545d92bd6ab5b Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Wed, 27 Apr 2022 17:49:58 -0400 Subject: [PATCH] Increase coverage threshold (#1914) --- .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 d3603c77c..63df8d265 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1346,7 +1346,7 @@ jobs: result=${result%\%} echo "result:" echo $result - threshold=36.6 + threshold=41.2 if (( $(echo "$result >= $threshold" |bc -l) )); then echo "It is equal or greater than threshold, passed!" else