Codecov / codecov/project
failed
Oct 26, 2024 in 1s
53.09% (-29.89%) compared to c151987
View this Pull Request on Codecov
53.09% (-29.89%) compared to c151987
Details
Codecov Report
Attention: Patch coverage is 46.35762%
with 729 lines
in your changes missing coverage. Please review.
Project coverage is 53.09%. Comparing base (
c151987
) to head (64fe3f7
).
Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/sealed.rs | 60.64% | 183 Missing |
src/wal/iter.rs | 12.59% | 111 Missing |
src/types.rs | 37.50% | 90 Missing |
src/wal/pointer.rs | 32.28% | 86 Missing |
src/wal/multiple_version.rs | 0.00% | 77 Missing |
src/memtable/arena/multiple_version.rs | 0.00% | 46 Missing |
src/memtable/linked/multiple_version.rs | 0.00% | 33 Missing |
src/wal/base.rs | 58.75% | 33 Missing |
src/batch.rs | 55.81% | 19 Missing |
src/builder.rs | 75.47% | 13 Missing |
... and 9 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #22 +/- ##
===========================================
- Coverage 82.97% 53.09% -29.89%
===========================================
Files 20 22 +2
Lines 1686 1584 -102
===========================================
- Hits 1399 841 -558
- Misses 287 743 +456
Files with missing lines | Coverage Δ | |
---|---|---|
src/internal_iter.rs | 100.00% <100.00%> (ø) |
|
src/lib.rs | 80.00% <100.00%> (+13.33%) |
⬆️ |
src/utils.rs | 100.00% <ø> (+23.07%) |
⬆️ |
src/options.rs | 97.22% <80.00%> (-0.84%) |
⬇️ |
src/swmr/reader.rs | 85.71% <85.71%> (ø) |
|
src/memtable.rs | 0.00% <0.00%> (ø) |
|
src/swmr/writer.rs | 81.81% <81.81%> (ø) |
|
src/wal/query.rs | 70.58% <70.58%> (ø) |
|
src/memtable/arena.rs | 64.70% <64.70%> (ø) |
|
src/memtable/linked/table.rs | 82.35% <82.35%> (ø) |
|
... and 12 more |
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 c151987...64fe3f7. Read the comment docs.
Loading