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

Callable update #78

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (1cef096) into main (3ad0969) will increase coverage by 0.00%. The diff coverage is 90.74%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   89.51%   89.51%           
=======================================
  Files          26       26           
  Lines        2842     2890   +48     
=======================================
+ Hits         2544     2587   +43     
- Misses        298      303    +5     
Impacted Files Coverage Δ
strongtyping/tests/test_typing.py 91.06% <90.24%> (-0.08%) :arrow_down:
strongtyping/strong_typing_utils.py 79.56% <92.30%> (+0.39%) :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 3ad0969...1cef096. Read the comment docs.