ansible-collections / community.kubernetes

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

molecule: conditional statements should not include jinja2 templating #305

Closed goneri closed 3 years ago

goneri commented 3 years ago

This address the following warning:

[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ scale_down_no_wait_pods.resources
| length == 1 }
codecov[bot] commented 3 years ago

Codecov Report

Merging #305 (ad92f22) into main (1513bce) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #305   +/-   ##
=======================================
  Coverage   37.00%   37.00%           
=======================================
  Files           3        3           
  Lines         727      727           
  Branches      144      144           
=======================================
  Hits          269      269           
  Misses        409      409           
  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 1513bce...ad92f22. Read the comment docs.