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

Itervalidator #59

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 (95a35b1) into master (502b355) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   89.20%   89.17%   -0.04%     
==========================================
  Files          21       21              
  Lines        2325     2327       +2     
==========================================
+ Hits         2074     2075       +1     
- Misses        251      252       +1     
Impacted Files Coverage Δ
strongtyping/strong_typing_utils.py 81.81% <100.00%> (-0.28%) :arrow_down:
strongtyping/tests/test_typing.py 91.49% <100.00%> (ø)

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 502b355...95a35b1. Read the comment docs.