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 missing PathBase. #1198

Merged
merged 17 commits into from
Sep 21, 2021
Merged

Add missing PathBase. #1198

merged 17 commits into from
Sep 21, 2021

Conversation

lucas-zimerman
Copy link
Collaborator

@lucas-zimerman lucas-zimerman commented Sep 15, 2021

Refactor TryGetRouteTemplate and captured PathBase.

Close #1155.

@lucas-zimerman lucas-zimerman added the Bug Something isn't working label Sep 15, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #1198 (ae0bd95) into main (3146b63) will increase coverage by 0.00%.
The diff coverage is 95.65%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1198   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files         212      212           
  Lines        6908     6924   +16     
  Branches     1582     1587    +5     
=======================================
+ Hits         5558     5571   +13     
  Misses        824      824           
- Partials      526      529    +3     
Impacted Files Coverage Δ
...try.AspNetCore/Extensions/HttpContextExtensions.cs 82.22% <95.65%> (-0.54%) ⬇️

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 3146b63...ae0bd95. Read the comment docs.

@lucas-zimerman lucas-zimerman changed the title Add missing PathBase and Language fields. Add missing PathBase. Sep 15, 2021
@lucas-zimerman lucas-zimerman marked this pull request as ready for review September 15, 2021 20:51
Copy link
Contributor

@josh-degraw josh-degraw left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@josh-degraw josh-degraw left a comment

Choose a reason for hiding this comment

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

Just a few minor nits from me, otherwise lgtm

@bruno-garcia bruno-garcia merged commit 130ad42 into main Sep 21, 2021
@bruno-garcia bruno-garcia deleted the fix/pathbase-not-captured branch September 21, 2021 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Api name not being catpured.
5 participants