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 SPECIAL_PATH_SEGMENT when encoding path in from_file_path #902

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

valenting
Copy link
Collaborator

Fixes #901

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (92f356e) 81.70% compared to head (1ce0c83) 81.75%.
Report is 1 commits behind head on master.

Files Patch % Lines
idna/tests/punycode.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #902      +/-   ##
==========================================
+ Coverage   81.70%   81.75%   +0.04%     
==========================================
  Files          20       20              
  Lines        3547     3551       +4     
==========================================
+ Hits         2898     2903       +5     
+ Misses        649      648       -1     

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

Copy link
Collaborator

@lucacasonato lucacasonato 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
Collaborator

@edgul edgul left a comment

Choose a reason for hiding this comment

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

Looks good!

@valenting valenting added this pull request to the merge queue Feb 2, 2024
Merged via the queue into master with commit b77a81b Feb 2, 2024
13 of 14 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.

Url::from_file_path() incorrect handling of backslash on linux
3 participants