Tests for getTenantMonitoringResponse, getTenantUsage and getTenantPods (#2599)

This commit is contained in:
Javier Adriel
2023-01-24 21:28:46 -06:00
committed by GitHub
parent 579e8e05b7
commit b34b05f059
8 changed files with 131 additions and 23 deletions

View File

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