googleapis / nodejs-web-risk

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/web-risk/
Apache License 2.0
18 stars 10 forks source link

fix!: synth.py clean up for multiple version #160

Closed summer-ji-eng closed 4 years ago

summer-ji-eng commented 4 years ago

BREAK CHANGE: Remove exporting WebRiskServiceV1Beta1Client directly.

As part of improving automation for nodejs client library micro-generator, we decide to only support exporting the default (stable) version client and avoiding exporting beta version client export to public implicitly.

codecov[bot] commented 4 years ago

Codecov Report

Merging #160 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
- Coverage   61.05%   61.05%   -0.01%     
==========================================
  Files           2        2              
  Lines       18841    18840       -1     
  Branches        1        1              
==========================================
- Hits        11503    11502       -1     
  Misses       7338     7338              
Impacted Files Coverage Δ
src/index.ts 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 acc8629...9a417e8. Read the comment docs.