Skip to content

refactor(block): block update methods return results

Codecov / codecov/project/firecracker succeeded Jan 23, 2024 in 0s

81.40% (target 80.00%)

View this Pull Request on Codecov

81.40% (target 80.00%)

Details

Codecov Report

Attention: 113 lines in your changes are missing coverage. Please review.

Comparison is base (a74b2f5) 81.53% compared to head (6af3360) 81.40%.

❗ Current head 6af3360 differs from pull request most recent head 94b7cf9. Consider uploading reports for the commit 94b7cf9 to get more accurate results

Files Patch % Lines
src/vmm/src/devices/virtio/block/device.rs 38.99% 97 Missing ⚠️
src/vmm/src/lib.rs 0.00% 8 Missing ⚠️
src/vmm/src/device_manager/persist.rs 76.92% 3 Missing ⚠️
src/vmm/src/device_manager/mmio.rs 0.00% 1 Missing ⚠️
src/vmm/src/devices/virtio/block/mod.rs 0.00% 1 Missing ⚠️
src/vmm/src/devices/virtio/block/persist.rs 50.00% 1 Missing ⚠️
...mm/src/devices/virtio/block/virtio_block/device.rs 0.00% 1 Missing ⚠️
src/vmm/src/vmm_config/drive.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4285      +/-   ##
==========================================
- Coverage   81.53%   81.40%   -0.13%     
==========================================
  Files         241      244       +3     
  Lines       29333    29467     +134     
==========================================
+ Hits        23916    23988      +72     
- Misses       5417     5479      +62     

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