From bc4abe100e3a84ef73f55d364a1aecce016f555a Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Tue, 10 May 2022 18:03:23 -0400 Subject: [PATCH] increase coverage (#1971) --- .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 63df8d265..3f9222d98 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -1346,7 +1346,7 @@ jobs: result=${result%\%} echo "result:" echo $result - threshold=41.2 + threshold=46.1 if (( $(echo "$result >= $threshold" |bc -l) )); then echo "It is equal or greater than threshold, passed!" else