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 dict union issue #42

Closed FelixTheC closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   92.04%   92.27%   +0.22%     
==========================================
  Files          15       15              
  Lines        1622     1643      +21     
==========================================
+ Hits         1493     1516      +23     
+ Misses        129      127       -2     
Impacted Files Coverage Δ
strongtyping/strong_typing.py 83.74% <100.00%> (+1.15%) :arrow_up:
strongtyping/tests/test_typing.py 93.08% <100.00%> (+0.20%) :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 9af467b...14028df. Read the comment docs.