Add tenants tests phase 1 (#2566)

This commit is contained in:
Javier Adriel
2023-01-10 18:11:34 -06:00
committed by GitHub
parent dc8d4b4ca1
commit d1aee5d431
3 changed files with 613 additions and 4 deletions

View File

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