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

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #58 (58aaa4c) into master (16a7e9a) will decrease coverage by 0.21%. The diff coverage is 85.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   89.42%   89.20%   -0.22%     
==========================================
  Files          20       21       +1     
  Lines        2250     2325      +75     
==========================================
+ Hits         2012     2074      +62     
- Misses        238      251      +13     
Impacted Files Coverage Δ
strongtyping/types.py 79.68% <79.68%> (ø)
strongtyping/tests/test_validator_type.py 95.74% <80.00%> (-3.41%) :arrow_down:
strongtyping/strong_typing_utils.py 82.09% <95.55%> (+1.18%) :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 16a7e9a...58aaa4c. Read the comment docs.