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

#65 docstring from typing also as class decorator #67

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #67 (332ac36) into master (88f16a1) will decrease coverage by 0.15%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   89.50%   89.35%   -0.16%     
==========================================
  Files          25       25              
  Lines        2678     2715      +37     
==========================================
+ Hits         2397     2426      +29     
- Misses        281      289       +8     
Impacted Files Coverage Δ
strongtyping/docs_from_typing.py 80.11% <77.14%> (-0.84%) :arrow_down:
strongtyping/tests/test_docstring_from_typing.py 81.94% <88.88%> (+0.69%) :arrow_up:
strongtyping/strong_typing.py 98.00% <100.00%> (ø)

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 88f16a1...332ac36. Read the comment docs.