faif / python-patterns

A collection of design patterns/idioms in Python
40.46k stars 6.94k forks source link

Add more doctests #316

Closed gyermolenko closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #316 into master will decrease coverage by 5.11%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #316      +/-   ##
==========================================
- Coverage   36.83%   31.71%   -5.12%     
==========================================
  Files          38       38              
  Lines        1276     1258      -18     
==========================================
- Hits          470      399      -71     
- Misses        806      859      +53
Impacted Files Coverage Δ
patterns/behavioral/specification.py 0% <0%> (-83.06%) :arrow_down:
patterns/behavioral/state.py 94.59% <0%> (-3.03%) :arrow_down:
patterns/behavioral/publish_subscribe.py 91.17% <0%> (-6.98%) :arrow_down:
patterns/creational/borg.py 76.92% <50%> (+40.92%) :arrow_up:
patterns/structural/mvc.py 0% <0%> (ø) :arrow_up:
patterns/structural/flyweight_with_metaclass.py 0% <0%> (ø) :arrow_up:
patterns/behavioral/catalog.py 0% <0%> (ø) :arrow_up:
patterns/behavioral/memento.py 0% <0%> (ø) :arrow_up:
... and 5 more

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 1f0f522...d9cea61. Read the comment docs.