Add test to create namespace (#2075)

Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Cesar Celis Hernandez
2022-06-02 15:24:49 -04:00
committed by GitHub
parent 94e419e09c
commit 93d041e55b
2 changed files with 69 additions and 1 deletions

View File

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