Get Tenant Details (#2097)

This commit is contained in:
Cesar Celis Hernandez
2022-06-08 12:05:42 -04:00
committed by GitHub
parent 7a8e2caa50
commit 617d41584e
2 changed files with 44 additions and 1 deletions

View File

@@ -1605,7 +1605,7 @@ jobs:
go tool cover -func=all.out | grep total > tmp2
result=`cat tmp2 | awk 'END {print $3}'`
result=${result%\%}
threshold=52.60
threshold=53.40
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then