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 #36

Closed FelixTheC closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #36 into master will increase coverage by 5.94%. The diff coverage is 96.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   85.75%   91.69%   +5.94%     
==========================================
  Files          10       13       +3     
  Lines        1109     1349     +240     
==========================================
+ Hits          951     1237     +286     
+ Misses        158      112      -46     
Impacted Files Coverage Δ
strongtyping/docstring_typing.py 93.33% <ø> (+20.08%) :arrow_up:
strongtyping/type_namedtuple.py 93.54% <93.54%> (ø)
strongtyping/tests/test_typed_namedtuple.py 98.11% <98.11%> (ø)
strongtyping/tests/test_typing.py 91.16% <98.41%> (+0.91%) :arrow_up:
strongtyping/__init__.py 100.00% <100.00%> (ø)
strongtyping/strong_typing.py 87.91% <100.00%> (+2.82%) :arrow_up:
strongtyping/tests/test_cache_classes.py 100.00% <100.00%> (ø)
... and 3 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 34212e4...ab23375. Read the comment docs.