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

Add fetch options to support custom headers #128

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

landonreed
Copy link
Member

Fixes #127

@codecov-io
Copy link

codecov-io commented Feb 13, 2020

Codecov Report

Merging #128 into dev will increase coverage by 0.6%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev     #128     +/-   ##
=========================================
+ Coverage   10.62%   11.22%   +0.6%     
=========================================
  Files         133      133             
  Lines        6081     6272    +191     
  Branches     1756     1837     +81     
=========================================
+ Hits          646      704     +58     
- Misses       4613     4711     +98     
- Partials      822      857     +35
Impacted Files Coverage Δ
lib/util/geocoder.js 94.89% <100%> (ø) ⬆️
lib/components/viewers/route-viewer.js 0% <0%> (ø) ⬆️
lib/util/itinerary.js 23.95% <0%> (+8.05%) ⬆️

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 1210661...4a6a64b. Read the comment docs.

@landonreed landonreed mentioned this pull request Feb 13, 2020
@landonreed landonreed merged commit 3b7694a into dev Feb 14, 2020
@landonreed landonreed deleted the add-geocode-fetch-options branch February 14, 2020 16:10
@evansiroky
Copy link
Contributor

🎉 This PR is included in version 0.13.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@binh-dam-ibigroup
Copy link
Collaborator

Corresponding PR in OTP-UI: opentripplanner/otp-ui#148

@binh-dam-ibigroup binh-dam-ibigroup added the ported-to-otp-ui Indicates whether changes made to the maintenance branch have been ported to otp-ui label Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ported-to-otp-ui Indicates whether changes made to the maintenance branch have been ported to otp-ui released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom fetch options for geocoder
4 participants