cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

regenerate the client library surface #44

Closed tangiel closed 7 years ago

tangiel commented 7 years ago

This is currently untested in production.

codecov-io commented 7 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.36%. The diff coverage is 83.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   95.69%   96.05%   +0.36%     
==========================================
  Files          29       30       +1     
  Lines        2971     3425     +454     
==========================================
+ Hits         2843     3290     +447     
- Misses        128      135       +7
Impacted Files Coverage Δ
...oints_management/gen/servicecontrol_v1_messages.py 100% <ø> (ø) :arrow_up:
...ts_management/gen/servicemanagement_v1_messages.py 100% <ø> (ø)
endpoints_management/control/operation.py 100% <100%> (ø) :arrow_up:
endpoints_management/control/check_request.py 98.39% <100%> (ø) :arrow_up:
endpoints_management/control/metric_descriptor.py 100% <100%> (ø) :arrow_up:
endpoints_management/control/money.py 86.48% <100%> (ø) :arrow_up:
endpoints_management/control/label_descriptor.py 100% <100%> (ø) :arrow_up:
endpoints_management/control/wsgi.py 93.35% <100%> (ø) :arrow_up:
endpoints_management/control/__init__.py 100% <100%> (ø) :arrow_up:
endpoints_management/config/service_config.py 92.06% <100%> (ø) :arrow_up:
... and 7 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 384df9f...5d3d78d. Read the comment docs.

tangiel commented 7 years ago

Just tested on production and it seems to work.