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

support for strongtyping-module #38

Closed FelixTheC closed 4 years ago

FelixTheC commented 4 years ago

The performance can now be boost via https://github.com/FelixTheC/strongtyping_modules

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will decrease coverage by 0.53%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   92.55%   92.02%   -0.54%     
==========================================
  Files          15       15              
  Lines        1558     1617      +59     
==========================================
+ Hits         1442     1488      +46     
- Misses        116      129      +13     
Impacted Files Coverage Δ
strongtyping/strong_typing.py 82.58% <59.37%> (-3.98%) :arrow_down:
strongtyping/_utils.py 94.59% <81.81%> (-5.41%) :arrow_down:
strongtyping/docstring_typing.py 93.00% <85.71%> (-0.38%) :arrow_down:
strongtyping/tests/test_easy_properies.py 98.30% <100.00%> (+1.33%) :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 670e93b...42f0ee9. Read the comment docs.