servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 317 forks source link

Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path #902

Closed valenting closed 5 months ago

valenting commented 5 months ago

Fixes #901

codecov[bot] commented 5 months ago

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 :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.