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

Final class decorator #73

Closed FelixTheC closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #73 (f6fd693) into main (73bcb86) will increase coverage by 0.05%. The diff coverage is 93.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   89.62%   89.67%   +0.05%     
==========================================
  Files          25       26       +1     
  Lines        2785     2828      +43     
==========================================
+ Hits         2496     2536      +40     
- Misses        289      292       +3     
Impacted Files Coverage Δ
strongtyping/strong_typing.py 96.66% <89.47%> (-1.36%) :arrow_down:
strongtyping/tests/test_final_class.py 95.83% <95.83%> (ø)

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 73bcb86...f6fd693. Read the comment docs.