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

Develop #50

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 (1178d2d) into master (f9b844e) will increase coverage by 0.08%. The diff coverage is 95.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   90.95%   91.03%   +0.08%     
==========================================
  Files          16       16              
  Lines        1757     1795      +38     
==========================================
+ Hits         1598     1634      +36     
- Misses        159      161       +2     
Impacted Files Coverage Δ
strongtyping/strong_typing.py 91.02% <93.54%> (-0.21%) :arrow_down:
strongtyping/strong_typing_utils.py 78.10% <100.00%> (+0.66%) :arrow_up:
strongtyping/tests/test_typing.py 91.06% <100.00%> (+0.14%) :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 f9b844e...1178d2d. Read the comment docs.