Closed okin closed 3 years ago
Merging #122 (09b0ac3) into master (a0560b1) will increase coverage by
0.03%
. The diff coverage is5.26%
.
@@ 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.
Thanks a lot for your contribution! 🦆
ArgumentParser does not accept the keyword argument version. We have to provide it as a separate argument.