Add Tenant Logging Tests (#2090)

This commit is contained in:
Cesar Celis Hernandez
2022-06-06 16:31:27 -04:00
committed by GitHub
parent 2918d39ab7
commit 2d80638090
2 changed files with 88 additions and 1 deletions

View File

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