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

feat: support non-slash resource in path template #833

Merged
merged 3 commits into from
May 21, 2020

Conversation

xiaozhenliu-gg5
Copy link
Contributor

we allow non-slash resource now, for example:

user/{user_id}/blurbs/legacy/{blurb_id}.{legacy_user}'

@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #833 into master will increase coverage by 0.10%.
The diff coverage is 81.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #833      +/-   ##
==========================================
+ Coverage   89.57%   89.68%   +0.10%     
==========================================
  Files          46       46              
  Lines        7408     7426      +18     
  Branches      548      512      -36     
==========================================
+ Hits         6636     6660      +24     
+ Misses        769      763       -6     
  Partials        3        3              
Impacted Files Coverage Δ
src/pathTemplate.ts 89.41% <81.08%> (+1.64%) ⬆️
.mocharc.js 78.57% <0.00%> (-14.29%) ⬇️
src/normalCalls/retries.ts 98.71% <0.00%> (+5.12%) ⬆️

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 392a392...4cda67c. Read the comment docs.

@alexander-fenster alexander-fenster merged commit 76696fc into master May 21, 2020
@alexander-fenster alexander-fenster deleted the support-non-slash branch May 21, 2020 17:56
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.

3 participants