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

Use stream buffering in report collector #1504

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Use 8Kb buffers for streaming inside report collector

a8b344b
Select commit
Loading
Failed to load commit list.
Open

Use stream buffering in report collector #1504

Use 8Kb buffers for streaming inside report collector
a8b344b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

93.25% (target 85.00%)

View this Pull Request on Codecov

93.25% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 96.15385% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.25%. Comparing base (f148eac) to head (a8b344b).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
ipa-core/src/cli/playbook/streaming.rs 97.02% 3 Missing ⚠️
ipa-core/src/bin/report_collector.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1504      +/-   ##
==========================================
- Coverage   93.26%   93.25%   -0.02%     
==========================================
  Files         238      238              
  Lines       43688    43780      +92     
==========================================
+ Hits        40746    40826      +80     
- Misses       2942     2954      +12     

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