List Policies With Given Bucket Test (#1765)
List Policies With Given Bucket Test Incrementing the coverage
This commit is contained in:
committed by
GitHub
parent
ffa9436276
commit
676420a2b3
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -988,7 +988,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=52.1
|
||||
threshold=52.7
|
||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||
echo "It is equal or greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user