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 #34

Closed FelixTheC closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #34 into master will increase coverage by 1.56%. The diff coverage is 90.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   85.52%   87.08%   +1.56%     
==========================================
  Files           8        9       +1     
  Lines         898     1092     +194     
==========================================
+ Hits          768      951     +183     
- Misses        130      141      +11     
Impacted Files Coverage Δ
strongtyping/tests/test_docstring.py 95.13% <85.48%> (-3.65%) :arrow_down:
strongtyping/tests/test_typing.py 90.25% <86.66%> (+1.07%) :arrow_up:
strongtyping/docstring_typing.py 73.24% <88.88%> (+0.76%) :arrow_up:
strongtyping/tests/test_easy_properies.py 97.61% <97.61%> (ø)
strongtyping/__init__.py 100.00% <100.00%> (ø)
strongtyping/strong_typing.py 85.29% <100.00%> (+3.22%) :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 4767504...22a7f76. Read the comment docs.