-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow tilde in URL (fixes #3057) #3067
Conversation
Thanks. Can you add test(s) please. |
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #3067 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 74 74
Lines 8038 8038
=======================================
Hits 7902 7902
Misses 136 136
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Sure, but do you think it's actually needed? It's literally one character in the regex and I don't see tests for other special characters (for example Just asking anyway, it's not a problem adding an extra line in the tests 😄 |
You are probably correct, but a regression test is better than "probably". |
I agree If you're ok then I'll add the missing tests too, then (like |
Couldn’t hurt! |
Done 😀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR fixes #3057.
Type of changes
Checklist
Description
Please describe your changes here. If this fixes a bug, please link to the issue, if possible.