faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

Update prototype #371

Closed yhay81 closed 3 years ago

yhay81 commented 3 years ago

related to #324

codecov-io commented 3 years ago

Codecov Report

Merging #371 (7c3f71f) into master (28e8b5f) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
+ Coverage   30.43%   30.59%   +0.16%     
==========================================
  Files          39       39              
  Lines        1275     1278       +3     
==========================================
+ Hits          388      391       +3     
  Misses        887      887              
Impacted Files Coverage Δ
patterns/creational/prototype.py 86.36% <100.00%> (+2.15%) :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 28e8b5f...7c3f71f. Read the comment docs.