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

[Backport 2.x] Fix: remove unnecessary trailing/missing leading slash from REST paths. #11995

Merged
merged 1 commit into from
Jan 23, 2024

Fix: remove unnecessary trailing slash from REST paths. (#11992)

2c5b83d
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix: remove unnecessary trailing/missing leading slash from REST paths. #11995

Fix: remove unnecessary trailing slash from REST paths. (#11992)
2c5b83d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 0s

71.26% (target 70.00%)

View this Pull Request on Codecov

71.26% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c40fcff) 71.12% compared to head (2c5b83d) 71.26%.
Report is 2 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11995      +/-   ##
============================================
+ Coverage     71.12%   71.26%   +0.14%     
- Complexity    59361    59478     +117     
============================================
  Files          4891     4891              
  Lines        279940   279940              
  Branches      41055    41055              
============================================
+ Hits         199099   199498     +399     
+ Misses        63957    63587     -370     
+ Partials      16884    16855      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.