Add tests for setTenantMonitoring (#2608)

This commit is contained in:
Javier Adriel
2023-01-26 18:35:49 -06:00
committed by GitHub
parent aacec617a8
commit c141b6d65e
3 changed files with 101 additions and 3 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=67.2
threshold=67.7
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then