FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
107 stars 3 forks source link

Fix issue #69 #70

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (f6ab687) into main (7dade4f) will increase coverage by 0.22%. The diff coverage is 98.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   89.35%   89.58%   +0.22%     
==========================================
  Files          25       25              
  Lines        2715     2774      +59     
==========================================
+ Hits         2426     2485      +59     
  Misses        289      289              
Impacted Files Coverage Δ
strongtyping/strong_typing_utils.py 80.21% <91.66%> (+0.80%) :arrow_up:
strongtyping/tests/test_typedict.py 99.16% <100.00%> (+0.55%) :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 7dade4f...f6ab687. Read the comment docs.