Closed zackertypical closed 2 years ago
Merging #99 (dd5c8e4) into main (f5fd35a) will increase coverage by
0.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #99 +/- ##
==========================================
+ Coverage 82.85% 82.91% +0.05%
==========================================
Files 67 67
Lines 6545 6566 +21
==========================================
+ Hits 5423 5444 +21
Misses 1122 1122
Impacted Files | Coverage Δ | |
---|---|---|
storage/src/lsm_tree/components/block.rs | 95.32% <100.00%> (ø) |
|
storage/src/lsm_tree/components/sstable.rs | 86.14% <100.00%> (ø) |
|
storage/src/lsm_tree/iterator/block_iterator.rs | 100.00% <100.00%> (ø) |
|
storage/src/lsm_tree/iterator/concat_iterator.rs | 98.52% <100.00%> (ø) |
|
storage/src/lsm_tree/iterator/merge_iterator.rs | 100.00% <100.00%> (ø) |
|
storage/src/lsm_tree/iterator/sstable_iterator.rs | 94.52% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f5fd35a...dd5c8e4. Read the comment docs.
What's changed ?
async
fromblock_iterator.rs
bench_block_iter.rs
to runkv-storageTODO
concat_iterator.rs
andmerge_iterator.rs
Issue link
96