From 5b25a6cb53dbf44b25c7f135c1b9fd6d34557151 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Tue, 19 Apr 2022 21:19:50 -0400 Subject: [PATCH] Recalibrating our coverage threshold (#1871) --- .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 39213306d..0e7b8dbf5 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1142,7 +1142,7 @@ jobs: result=${result%\%} echo "result:" echo $result - threshold=36.5 + threshold=36.3 if (( $(echo "$result >= $threshold" |bc -l) )); then echo "It is equal or greater than threshold, passed!" else