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: remove retryDelay option #203

Merged
merged 2 commits into from
Dec 16, 2019
Merged

fix: remove retryDelay option #203

merged 2 commits into from
Dec 16, 2019

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Dec 16, 2019

fixes #143

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 16, 2019
@codecov
Copy link

codecov bot commented Dec 16, 2019

Codecov Report

Merging #203 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #203   +/-   ##
=======================================
  Coverage   96.64%   96.64%           
=======================================
  Files           4        4           
  Lines         597      597           
  Branches      100       99    -1     
=======================================
  Hits          577      577           
  Misses         19       19           
  Partials        1        1
Impacted Files Coverage Δ
src/index.ts 97.36% <100%> (ø) ⬆️
src/common.ts 100% <100%> (ø) ⬆️
src/retry.ts 98.68% <100%> (-0.01%) ⬇️
src/gaxios.ts 93.46% <100%> (ø) ⬆️

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 5cdeef2...8768e69. Read the comment docs.

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.

Use retryDelay parameter properly
3 participants