increase coverage (#1971)

This commit is contained in:
Cesar Celis Hernandez
2022-05-10 18:03:23 -04:00
committed by GitHub
parent 393f0cd2f4
commit bc4abe100e

View File

@@ -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