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

pylint: ignores some py3 specific tests #383

Closed goneri closed 3 years ago

goneri commented 3 years ago

Also ignore an import-outside-toplevel error. Finally, we ignore base-option-value with Ansible 2.9. The pylint version is too old.

codecov[bot] commented 3 years ago

Codecov Report

Merging #383 (3f40459) into main (af41efd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   35.81%   35.81%           
=======================================
  Files           3        3           
  Lines         779      779           
  Branches      154      154           
=======================================
  Hits          279      279           
  Misses        451      451           
  Partials       49       49           
Impacted Files Coverage Δ
...ctions/community/kubernetes/plugins/modules/k8s.py 97.82% <0.00%> (ø)
...ns/community/kubernetes/plugins/action/k8s_info.py 23.17% <0.00%> (ø)

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 af41efd...3f40459. Read the comment docs.

github-actions[bot] commented 3 years ago

This repository does not accept pull requests, see the README for details.