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

Avoid warning - merge is deprecated #891

Merged
merged 1 commit into from
Jul 24, 2022
Merged

Avoid warning - merge is deprecated #891

merged 1 commit into from
Jul 24, 2022

Conversation

2005m
Copy link
Contributor

@2005m 2005m commented Jul 23, 2022

I am getting a warning because merge is deprecated in URIs.jl.
I think that should fix it.

@codecov-commenter
Copy link

codecov-commenter commented Jul 23, 2022

Codecov Report

Merging #891 (802bf91) into master (cf706bc) will decrease coverage by 0.26%.
The diff coverage is 96.96%.

@@            Coverage Diff             @@
##           master     #891      +/-   ##
==========================================
- Coverage   80.12%   79.86%   -0.27%     
==========================================
  Files          36       36              
  Lines        2878     2895      +17     
==========================================
+ Hits         2306     2312       +6     
- Misses        572      583      +11     
Impacted Files Coverage Δ
src/clientlayers/ConnectionRequest.jl 78.94% <90.00%> (+2.32%) ⬆️
src/ConnectionPool.jl 88.44% <100.00%> (-0.51%) ⬇️
src/HTTP.jl 74.32% <100.00%> (-8.73%) ⬇️
src/Handlers.jl 84.14% <100.00%> (+0.29%) ⬆️
src/clientlayers/RetryRequest.jl 74.41% <0.00%> (-2.33%) ⬇️
src/Messages.jl 87.03% <0.00%> (-0.62%) ⬇️
src/WebSockets.jl 87.45% <0.00%> (-0.37%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@quinnj
Copy link
Member

quinnj commented Jul 24, 2022

Yeah, this LGTM; I'm a bit concerned about the CI hang/timeout on nightlies though. Most likely not related to this PR though.

@quinnj quinnj merged commit e39051d into JuliaWeb:master Jul 24, 2022
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

3 participants