FelixTheC / strongtyping

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

#fix class decorator #45

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (3d9bb98) into master (3cd95ad) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   91.95%   92.05%   +0.10%     
==========================================
  Files          15       15              
  Lines        1666     1687      +21     
==========================================
+ Hits         1532     1553      +21     
  Misses        134      134              
Impacted Files Coverage Δ
strongtyping/strong_typing.py 83.41% <100.00%> (-0.17%) :arrow_down:
strongtyping/tests/test_typing.py 92.50% <100.00%> (+0.25%) :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 3cd95ad...3d9bb98. Read the comment docs.