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

Clean-up code #132

Closed stdevel closed 3 years ago

stdevel commented 3 years ago

See also issue #92

codecov-commenter commented 3 years ago

Codecov Report

Merging #132 into master will increase coverage by 0.03%. The diff coverage is 1.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   11.11%   11.15%   +0.03%     
==========================================
  Files          16       16              
  Lines        1989     1982       -7     
==========================================
  Hits          221      221              
+ Misses       1768     1761       -7     
Impacted Files Coverage Δ
katprep/AuthContainer.py 30.92% <0.00%> (ø)
katprep/__init__.py 20.68% <0.00%> (+0.17%) :arrow_up:
katprep/authconfig.py 0.00% <0.00%> (ø)
katprep/clients/ForemanAPIClient.py 21.48% <ø> (ø)
katprep/clients/LibvirtClient.py 0.00% <0.00%> (ø)
katprep/clients/PyvmomiClient.py 15.93% <0.00%> (ø)
katprep/clients/SpacewalkAPIClient.py 42.30% <ø> (ø)
katprep/clients/__init__.py 70.37% <ø> (ø)
katprep/clients/katprep_shared.py 20.00% <ø> (ø)
katprep/maintenance.py 0.00% <0.00%> (ø)
... and 6 more

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 612600d...8013471. Read the comment docs.

stdevel commented 3 years ago

Orphaned, will be re-done while implementing #43 and PRs #148 and #149.