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 issues 71 #72

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #72 (e31eb5e) into main (8dde50e) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   89.58%   89.62%   +0.04%     
==========================================
  Files          25       25              
  Lines        2774     2785      +11     
==========================================
+ Hits         2485     2496      +11     
  Misses        289      289              
Impacted Files Coverage Δ
strongtyping/strong_typing.py 98.01% <100.00%> (+0.01%) :arrow_up:
strongtyping/tests/test_typedict.py 99.23% <100.00%> (+0.06%) :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 8dde50e...e31eb5e. Read the comment docs.