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

fix: isinstance check #76

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (c1012b4) into main (7755310) will decrease coverage by 0.16%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   89.67%   89.51%   -0.17%     
==========================================
  Files          26       26              
  Lines        2828     2842      +14     
==========================================
+ Hits         2536     2544       +8     
- Misses        292      298       +6     
Impacted Files Coverage Δ
strongtyping/tests/test_typing.py 91.14% <66.66%> (-0.24%) :arrow_down:
strongtyping/strong_typing.py 93.61% <91.11%> (-3.05%) :arrow_down:
strongtyping/_utils.py 89.47% <100.00%> (+0.58%) :arrow_up:
strongtyping/strong_typing_utils.py 79.16% <100.00%> (-1.05%) :arrow_down:
strongtyping/tests/test_match_class_typing.py 91.07% <100.00%> (+1.27%) :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 7755310...c1012b4. Read the comment docs.