Test logout in Operator API (#2085)

This commit is contained in:
Cesar Celis Hernandez
2022-06-04 01:15:13 -04:00
committed by GitHub
parent e7a36a1ff1
commit fb2eb0ebf7
2 changed files with 71 additions and 7 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.40
threshold=51.50
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then