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

Remove bwcompat google.api.* shadow namespace. #31

Closed inklesspen closed 7 years ago

inklesspen commented 7 years ago

We'll merge this later...

codecov-io commented 7 years ago

Codecov Report

Merging #31 into master will increase coverage by 2.53%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   93.16%   95.69%   +2.53%     
==========================================
  Files          56       29      -27     
  Lines        3056     2971      -85     
==========================================
- Hits         2847     2843       -4     
+ Misses        209      128      -81
Impacted Files Coverage Δ
endpoints_management/config/service_config.py 92.06% <100%> (ø) :arrow_up:
endpoints_management/control/__init__.py 100% <100%> (ø) :arrow_up:
endpoints_management/control/report_request.py 96% <100%> (ø) :arrow_up:
endpoints_management/control/client.py 83.74% <100%> (ø) :arrow_up:
endpoints_management/control/check_request.py 98.39% <100%> (ø) :arrow_up:
endpoints_management/control/label_descriptor.py 100% <100%> (ø) :arrow_up:
endpoints_management/control/metric_value.py 100% <100%> (ø) :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 b56f78c...69b4e14. Read the comment docs.