-
-
Notifications
You must be signed in to change notification settings - Fork 167
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 additional coverage for joining urls #1066
Conversation
I think #1039 needs to be reworked to use |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1066 +/- ##
==========================================
+ Coverage 92.89% 92.91% +0.01%
==========================================
Files 26 26
Lines 4295 4317 +22
Branches 356 356
==========================================
+ Hits 3990 4011 +21
- Misses 279 280 +1
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@bdraco this should probably be force-merged for now. It's likely because of the Codecov v4 bug we saw earlier. I'm yet to file a report upstream. |
@webknjaz looks like I don’t have the proper GitHub access to override checks for this repo. |
ba9ad7d
to
b0d4bd6
Compare
What do these changes do?
#1039 introduced a regression in decoding query string params with
%2B
(aka+
). Add coverage to ensure we do not miss this again in the future.Are there changes in behavior for the user?
no
Related issue number
#1039