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

refactor: async writer + multi-part #3255

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

Merge branch 'main' into refactor/writer-async

d9e79c5
Select commit
Loading
Failed to load commit list.
Open

refactor: async writer + multi-part #3255

Merge branch 'main' into refactor/writer-async
d9e79c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 25, 2025 in 0s

72.17% (-0.01%) compared to 666179e

View this Pull Request on Codecov

72.17% (-0.01%) compared to 666179e

Details

Codecov Report

Attention: Patch coverage is 64.89362% with 33 lines in your changes missing coverage. Please review.

Project coverage is 72.17%. Comparing base (666179e) to head (d9e79c5).

Files with missing lines Patch % Lines
crates/core/src/operations/write/writer.rs 62.00% 8 Missing and 11 partials ⚠️
crates/core/src/operations/write/async_utils.rs 68.18% 13 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3255      +/-   ##
==========================================
- Coverage   72.18%   72.17%   -0.01%     
==========================================
  Files         143      144       +1     
  Lines       45629    45709      +80     
  Branches    45629    45709      +80     
==========================================
+ Hits        32936    32992      +56     
- Misses      10621    10640      +19     
- Partials     2072     2077       +5     

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