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

Develop #35

Closed FelixTheC closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #35 into master will decrease coverage by 1.33%. The diff coverage is 34.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   87.08%   85.75%   -1.34%     
==========================================
  Files           9       10       +1     
  Lines        1092     1109      +17     
==========================================
  Hits          951      951              
- Misses        141      158      +17     
Impacted Files Coverage Δ
strongtyping/easy_property/__init__.py 0.00% <0.00%> (ø)
strongtyping/tests/test_easy_properies.py 96.96% <ø> (-0.65%) :arrow_down:
strongtyping/strong_typing.py 85.08% <81.81%> (-0.22%) :arrow_down:

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 435cbc7...57b4865. Read the comment docs.