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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: ensure params are not deleted from global options #2190

Merged
merged 1 commit into from Jun 2, 2020

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented May 28, 2020

This is expected to fail at this moment because of #2029. When the change in googleapis/nodejs-googleapis-common#285 lands, and a new version of the module ships, this should start to pass 馃槑

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 28, 2020
@@ -99,17 +99,19 @@ describe('Options', () => {
});

it('should use the same per-API setting twice', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you think of any edge cases we might be missing a test for, e.g., we're happy with our tests for per-request options.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're in pretty ok shape here. You can always have more tests, but we test a pretty broad range.

@codecov
Copy link

codecov bot commented Jun 2, 2020

Codecov Report

Merging #2190 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2190      +/-   ##
==========================================
- Coverage   84.14%   84.08%   -0.07%     
==========================================
  Files           9        9              
  Lines        1602     1602              
  Branches      114      131      +17     
==========================================
- Hits         1348     1347       -1     
- Misses        254      255       +1     
Impacted Files Coverage 螖
src/generator/synth.ts 80.28% <0.00%> (-0.49%) 猬囷笍

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 899f2f2...315b3fc. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 787e296 into master Jun 2, 2020
@JustinBeckwith JustinBeckwith deleted the dododouble branch December 13, 2020 18:47
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.

None yet

3 participants