vanyakosmos / argser

Arguments parsing without boilerplate.
https://argser.readthedocs.io/en/stable/
15 stars 0 forks source link

read factory function from Args class #17

Closed vanyakosmos closed 4 years ago

vanyakosmos commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #17   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      9    +1     
  Lines         637    661   +24     
=====================================
+ Hits          637    661   +24
Impacted Files Coverage Δ
argser/consts.py 100% <100%> (ø) :arrow_up:
argser/fields.py 100% <100%> (ø) :arrow_up:
argser/utils.py 100% <100%> (ø) :arrow_up:
argser/exceptions.py 100% <100%> (ø)
argser/parser.py 100% <100%> (ø) :arrow_up:
argser/display.py 100% <100%> (ø) :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 fe4082b...6099485. Read the comment docs.