Skip to content

Add more insert batch APIs for generic wal

Codecov / codecov/project failed Oct 1, 2024 in 0s

78.26% (-6.36%) compared to a4956e5

View this Pull Request on Codecov

78.26% (-6.36%) compared to a4956e5

Details

Codecov Report

Attention: Patch coverage is 49.45455% with 139 lines in your changes missing coverage. Please review.

Project coverage is 78.26%. Comparing base (a4956e5) to head (17953d8).

Files with missing lines Patch % Lines
src/swmr/generic.rs 49.33% 114 Missing ⚠️
src/swmr/wal.rs 0.00% 10 Missing ⚠️
src/swmr/generic/reader.rs 0.00% 6 Missing ⚠️
src/wal.rs 33.33% 6 Missing ⚠️
src/entry.rs 86.36% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   84.62%   78.26%   -6.36%     
==========================================
  Files          20       20              
  Lines        1535     1707     +172     
==========================================
+ Hits         1299     1336      +37     
- Misses        236      371     +135     
Files with missing lines Coverage Δ
src/wal/batch.rs 100.00% <ø> (ø)
src/wal/sealed.rs 78.35% <100.00%> (ø)
src/entry.rs 76.28% <86.36%> (+1.00%) ⬆️
src/swmr/generic/reader.rs 78.57% <0.00%> (-13.10%) ⬇️
src/wal.rs 75.00% <33.33%> (-3.69%) ⬇️
src/swmr/wal.rs 77.77% <0.00%> (-10.96%) ⬇️
src/swmr/generic.rs 60.50% <49.33%> (-22.11%) ⬇️

Continue to review full report in Codecov by Sentry.

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