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

2.x.x - Wrap InboundStream iterator in request body #369

Merged
merged 8 commits into from
Feb 5, 2024

Add support for creating stream from byteBuffer, only allow one itera…

0dca77a
Select commit
Loading
Failed to load commit list.
Merged

2.x.x - Wrap InboundStream iterator in request body #369

Add support for creating stream from byteBuffer, only allow one itera…
0dca77a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 5, 2024 in 1s

84.16% (+0.09%) compared to 4a2a119

View this Pull Request on Codecov

84.16% (+0.09%) compared to 4a2a119

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (4a2a119) 84.07% compared to head (0dca77a) 84.16%.

❗ Current head 0dca77a differs from pull request most recent head f7089bb. Consider uploading reports for the commit f7089bb to get more accurate results

Files Patch % Lines
Sources/HummingbirdCore/Utils/UnsafeTransfer.swift 50.00% 3 Missing ⚠️
Sources/HummingbirdCore/Request/RequestBody.swift 97.29% 1 Missing ⚠️
...mmingbirdCore/Server/HTTP/HTTPChannelHandler.swift 98.14% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            2.x.x     #369      +/-   ##
==========================================
+ Coverage   84.07%   84.16%   +0.09%     
==========================================
  Files          93       94       +1     
  Lines        5099     5128      +29     
==========================================
+ Hits         4287     4316      +29     
  Misses        812      812              

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