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

Use URLEncoder.encode, deprecate worse named method #1880

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

dotasek
Copy link
Collaborator

@dotasek dotasek commented Jan 14, 2025

Fixes #1879

@dotasek dotasek requested a review from grahamegrieve January 14, 2025 16:57
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.86%. Comparing base (9daebf8) to head (9bb7ac3).
Report is 26 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##             master    #1880    +/-   ##
==========================================
  Coverage     12.86%   12.86%            
- Complexity    33784    33790     +6     
==========================================
  Files          2240     2240            
  Lines        684894   685053   +159     
  Branches     202227   202252    +25     
==========================================
+ Hits          88084    88130    +46     
- Misses       565505   565616   +111     
- Partials      31305    31307     +2     

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

@grahamegrieve grahamegrieve merged commit 8c03924 into master Jan 16, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utilities.encodeUri doesn't handle specific special characters (^)
2 participants