List Users With Access to a Given Bucket Integration Test (#1771)

List Users With Access to a Given Bucket Integration Test
Incrementing coverage threshold
This commit is contained in:
Cesar Celis Hernandez
2022-03-28 19:12:52 -04:00
committed by GitHub
parent d1a5e5ba57
commit 70214a6578
2 changed files with 45 additions and 1 deletions

View File

@@ -1065,7 +1065,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=53.00
threshold=53.20
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else