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:
committed by
GitHub
parent
d1a5e5ba57
commit
70214a6578
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user