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

chore: update gcp-metadata for isAvailable fix #420

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

ofrobots
Copy link
Contributor

The isAvailable function no longer swallows unexpected errors which
means that we can start reporting better errors back to users of this
library.

Previously #398.

The `isAvailable` function no longer swallows unexpected errors which
means that we can start reporting better errors back to users of this
library.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 11, 2018
@codecov-io
Copy link

codecov-io commented Jul 11, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
- Coverage   94.97%   94.87%   -0.11%     
==========================================
  Files          15       15              
  Lines         956      956              
  Branches      217      217              
==========================================
- Hits          908      907       -1     
- Misses         48       49       +1
Impacted Files Coverage Δ
src/auth/googleauth.ts 94.28% <0%> (-0.36%) ⬇️

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 2e72468...84ea0bd. Read the comment docs.

@@ -1021,30 +1017,30 @@ it('_checkIsGCE should not set the _isGCE flag when not running on GCE',
scope.done();
});

it('_checkIsGCE should retry the check for isGCE if it fails the first time',
it('_checkIsGCE should retry the check for isGCE on transient http errors',

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

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.

4 participants