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

ArgumentParser does not accept kwarg version so we provide it through… #122

Closed okin closed 3 years ago

okin commented 4 years ago

ArgumentParser does not accept the keyword argument version. We have to provide it as a separate argument.

codecov-io commented 4 years ago

Codecov Report

Merging #122 (09b0ac3) into master (a0560b1) will increase coverage by 0.03%. The diff coverage is 5.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   11.11%   11.15%   +0.03%     
==========================================
  Files          16       16              
  Lines        1989     1991       +2     
==========================================
+ Hits          221      222       +1     
- Misses       1768     1769       +1     
Impacted Files Coverage Δ
katprep/authconfig.py 0.00% <0.00%> (ø)
katprep/maintenance.py 0.00% <0.00%> (ø)
katprep/parameters.py 0.00% <0.00%> (ø)
katprep/populate.py 0.00% <0.00%> (ø)
katprep/report.py 0.00% <0.00%> (ø)
katprep/snapshot.py 0.00% <0.00%> (ø)
katprep/__init__.py 21.18% <100.00%> (+0.67%) :arrow_up:

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 a0560b1...09b0ac3. Read the comment docs.

stdevel commented 3 years ago

Thanks a lot for your contribution! 🦆