envoyproxy / playground

Playing nice with the neighbours
Apache License 2.0
8 stars 4 forks source link

py: More cleanups, factoring and tests #259

Closed phlax closed 3 years ago

phlax commented 3 years ago

Signed-off-by: Ryan Northey ryan@synca.io

codecov-io commented 3 years ago

Codecov Report

Merging #259 (9dad0e3) into main (00ab983) will increase coverage by 0.07%. The diff coverage is 34.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   49.18%   49.26%   +0.07%     
==========================================
  Files         113      113              
  Lines        3015     3041      +26     
==========================================
+ Hits         1483     1498      +15     
- Misses       1532     1543      +11     
Impacted Files Coverage Δ
playground/control/api/handler/base.py 40.00% <0.00%> (+10.37%) :arrow_up:
playground/control/attribs/__init__.py 100.00% <ø> (ø)
playground/control/connectors/docker/events.py 16.00% <0.00%> (-4.84%) :arrow_down:
playground/control/api/endpoint.py 80.00% <25.00%> (+2.44%) :arrow_up:
playground/control/api/handler/proxy.py 60.00% <54.54%> (-15.00%) :arrow_down:
playground/control/api/handler/service.py 69.23% <66.66%> (-5.77%) :arrow_down:
playground/control/attribs/event.py 100.00% <100.00%> (ø)

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 00ab983...9dad0e3. Read the comment docs.