FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
108 stars 3 forks source link

Develop #37

Closed FelixTheC closed 4 years ago

FelixTheC commented 4 years ago

Include Ruud's severity idea

codecov[bot] commented 4 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.85%. The diff coverage is 94.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   91.69%   92.55%   +0.85%     
==========================================
  Files          13       15       +2     
  Lines        1349     1558     +209     
==========================================
+ Hits         1237     1442     +205     
- Misses        112      116       +4     
Impacted Files Coverage Δ
strongtyping/config.py 83.33% <83.33%> (ø)
strongtyping/docstring_typing.py 93.38% <83.78%> (+0.04%) :arrow_up:
strongtyping/strong_typing.py 86.55% <86.36%> (-1.36%) :arrow_down:
strongtyping/tests/test_typed_namedtuple.py 99.10% <87.50%> (+0.99%) :arrow_up:
strongtyping/tests/test_typing.py 92.87% <98.46%> (+1.71%) :arrow_up:
strongtyping/_utils.py 100.00% <100.00%> (ø)
strongtyping/tests/test_docstring.py 95.52% <100.00%> (+0.39%) :arrow_up:
strongtyping/type_namedtuple.py 94.23% <100.00%> (+0.68%) :arrow_up:
... and 2 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 770e91d...2d77f3d. Read the comment docs.