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

Fix panic in set_path for file URLs #865

Merged
merged 3 commits into from
Aug 28, 2023

Fix clippy lint

e9b761b
Select commit
Failed to load commit list.
Merged

Fix panic in set_path for file URLs #865

Fix clippy lint
e9b761b
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2023 in 1s

81.74% (+0.31%) compared to 1158370

View this Pull Request on Codecov

81.74% (+0.31%) compared to 1158370

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.31% 🎉

Comparison is base (1158370) 81.42% compared to head (e9b761b) 81.74%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #865      +/-   ##
==========================================
+ Coverage   81.42%   81.74%   +0.31%     
==========================================
  Files          20       20              
  Lines        3516     3517       +1     
==========================================
+ Hits         2863     2875      +12     
+ Misses        653      642      -11     
Files Changed Coverage Δ
url/src/lib.rs 75.53% <ø> (+1.46%) ⬆️
idna/src/uts46.rs 94.19% <100.00%> (ø)
url/src/parser.rs 81.49% <100.00%> (+0.02%) ⬆️

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