faif / python-patterns

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

Remove py2 compatibility-related stuff #309

Closed gyermolenko closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #309 into master will decrease coverage by 0.36%. The diff coverage is 40.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #309      +/-   ##
==========================================
- Coverage   37.05%   36.68%   -0.37%     
==========================================
  Files          38       38              
  Lines        1325     1341      +16     
==========================================
+ Hits          491      492       +1     
- Misses        834      849      +15
Impacted Files Coverage Δ
patterns/behavioral/registry.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/iterator.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/chain_of_responsibility.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/publish_subscribe.py 98.18% <ø> (ø) :arrow_up:
patterns/other/graph_search.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/strategy.py 0% <ø> (ø) :arrow_up:
patterns/structural/composite.py 0% <ø> (ø) :arrow_up:
patterns/behavioral/template.py 0% <ø> (ø) :arrow_up:
patterns/structural/proxy.py 74.19% <ø> (-0.81%) :arrow_down:
patterns/dependency_injection.py 0% <0%> (ø) :arrow_up:
... and 37 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 8fba959...6b63634. Read the comment docs.