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

Connection pool #116

Merged
merged 16 commits into from
Jan 26, 2022
Merged

Connection pool #116

merged 16 commits into from
Jan 26, 2022

Conversation

adam-fowler
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #116 (862f645) into main (66095ae) will decrease coverage by 0.07%.
The diff coverage is 78.44%.

❗ Current head 862f645 differs from pull request most recent head 42396c9. Consider uploading reports for the commit 42396c9 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   80.54%   80.46%   -0.08%     
==========================================
  Files          69       72       +3     
  Lines        2945     3061     +116     
==========================================
+ Hits         2372     2463      +91     
- Misses        573      598      +25     
Impacted Files Coverage Δ
...ummingbird/AsyncAwaitSupport/AsyncMiddleware.swift 100.00% <ø> (ø)
...Hummingbird/AsyncAwaitSupport/AsyncResponder.swift 100.00% <ø> (ø)
...gbird/AsyncAwaitSupport/ConnectionPool+async.swift 0.00% <0.00%> (ø)
...bird/AsyncAwaitSupport/Request+Persist+async.swift 100.00% <ø> (ø)
...ingbird/AsyncAwaitSupport/RouteHandler+async.swift 100.00% <ø> (ø)
Sources/Hummingbird/Environment.swift 78.37% <ø> (ø)
...rces/Hummingbird/Extensions/EventLoopStorage.swift 93.33% <ø> (ø)
Sources/Hummingbird/Router/Parameters.swift 71.42% <ø> (ø)
Sources/Hummingbird/Server/Response.swift 71.42% <ø> (ø)
...es/Hummingbird/ConnectionPool/ConnectionPool.swift 91.89% <91.89%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ceba39...42396c9. Read the comment docs.

@adam-fowler adam-fowler merged commit 0dfcf6b into main Jan 26, 2022
@adam-fowler adam-fowler deleted the connection-pool branch October 6, 2022 10:34
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.

1 participant