ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 106 forks source link

Loosen strictness for boolean #326

Closed Akasurde closed 3 years ago

Akasurde commented 3 years ago
SUMMARY

Wait condition can contain strings like 'Unknown' so loosen strictness for boolean check.

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

ISSUE TYPE
COMPONENT NAME

plugins/module_utils/common.py

codecov[bot] commented 3 years ago

Codecov Report

Merging #326 (c6acd5d) into main (486a179) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #326   +/-   ##
=======================================
  Coverage   37.03%   37.03%           
=======================================
  Files           3        3           
  Lines         729      729           
  Branches      144      144           
=======================================
  Hits          270      270           
  Misses        410      410           
  Partials       49       49           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 486a179...c6acd5d. Read the comment docs.