Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: servicePath and port may be undefined #668

Merged
merged 2 commits into from
Nov 24, 2019
Merged

Conversation

alexander-fenster
Copy link
Contributor

Fixes googleapis/nodejs-text-to-speech#298. I'm not sure why servicePath and port were set as required, because they are not.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 24, 2019
@alexander-fenster alexander-fenster added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2019
@alexander-fenster alexander-fenster added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 24, 2019
@codecov
Copy link

codecov bot commented Nov 24, 2019

Codecov Report

Merging #668 into master will decrease coverage by <.01%.
The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #668      +/-   ##
==========================================
- Coverage   40.19%   40.19%   -0.01%     
==========================================
  Files          66       66              
  Lines        9127     9128       +1     
  Branches      321      322       +1     
==========================================
  Hits         3669     3669              
+ Misses       5365     5364       -1     
- Partials       93       95       +2
Impacted Files Coverage Δ
src/grpc.ts 84.9% <ø> (ø) ⬆️
src/fallback.ts 58.15% <16.66%> (-0.42%) ⬇️

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 54fa7b9...553b49e. Read the comment docs.

@alexander-fenster alexander-fenster merged commit 10eaaa6 into master Nov 24, 2019
@alexander-fenster alexander-fenster deleted the client-options branch November 24, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript issue when creating client
4 participants