stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

WIP: Split the management module into more logically associated submodules #148

Closed okin closed 2 years ago

okin commented 3 years ago

The initial split into a management submodule has room for improvements in regard of logical grouping and this PR aims to make these improvements happen.

codecov-io commented 3 years ago

Codecov Report

Merging #148 (116a6a6) into master (c4fa896) will increase coverage by 0.92%. The diff coverage is 67.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   12.33%   13.25%   +0.92%     
==========================================
  Files          20       22       +2     
  Lines        1986     2014      +28     
==========================================
+ Hits          245      267      +22     
- Misses       1741     1747       +6     
Impacted Files Coverage Δ
katprep/maintenance.py 0.00% <0.00%> (ø)
katprep/populate.py 0.00% <0.00%> (ø)
katprep/virtualization/libvirt.py 0.00% <0.00%> (ø)
katprep/virtualization/base.py 80.00% <80.00%> (ø)
katprep/virtualization/__init__.py 100.00% <100.00%> (ø)
katprep/virtualization/vmware.py 14.53% <100.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 c4fa896...116a6a6. Read the comment docs.

okin commented 3 years ago

Temporarily putting this on hold because it might interfere with https://github.com/stdevel/katprep/pull/149.