Add tests for getTenantSecurity and getTenantIdentityProvider (#2578)

This commit is contained in:
Javier Adriel
2023-01-19 11:44:55 -06:00
committed by GitHub
parent aa9f6f02ca
commit b03a49e4e1
3 changed files with 134 additions and 8 deletions

View File

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