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

Make url::search_params() safer to use #28

Merged
merged 1 commit into from
Nov 12, 2023
Merged

Make url::search_params() safer to use #28

merged 1 commit into from
Nov 12, 2023

Conversation

rmisev
Copy link
Owner

@rmisev rmisev commented Nov 12, 2023

Made it possible to use url::search_params() when the url object is rvalue.

Made it possible to use url::search_params() when the url object is
rvalue.
Copy link

codecov bot commented Nov 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a750f96) 99.73% compared to head (2974dae) 99.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          16       16           
  Lines        2228     2234    +6     
=======================================
+ Hits         2222     2228    +6     
  Misses          6        6           
Files Coverage Δ
include/upa/url.h 99.74% <100.00%> (+<0.01%) ⬆️

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

@rmisev rmisev merged commit 2974dae into main Nov 12, 2023
22 checks passed
@rmisev rmisev deleted the search_params branch November 12, 2023 08:28
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.

None yet

1 participant