openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
89 stars 42 forks source link

arch: prepare to publish 0.2.2 #245

Closed studychao closed 1 year ago

studychao commented 1 year ago

Signed-off-by: Chao Wu chaowu@linux.alibaba.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #245 (931a4d9) into main (fff7509) will increase coverage by 0.01%. The diff coverage is 87.28%.

:exclamation: Current head 931a4d9 differs from pull request most recent head ffbc0ad. Consider uploading reports for the commit ffbc0ad to get more accurate results

@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   91.57%   91.59%   +0.01%     
==========================================
  Files          80       80              
  Lines       22429    22405      -24     
==========================================
- Hits        20540    20521      -19     
+ Misses       1889     1884       -5     
Flag Coverage Δ
dbs-address-space 95.06% <93.33%> (-0.02%) :arrow_down:
dbs-allocator 94.98% <ø> (ø)
dbs-arch 96.37% <100.00%> (+0.06%) :arrow_up:
dbs-boot 94.90% <83.33%> (ø)
dbs-device 92.95% <100.00%> (ø)
dbs-interrupt 90.42% <100.00%> (+0.02%) :arrow_up:
dbs-legacy-devices 92.77% <0.00%> (ø)
dbs-miniball ∅ <ø> (∅)
dbs-upcall 94.31% <94.73%> (+0.04%) :arrow_up:
dbs-utils 91.25% <80.00%> (ø)
dbs-virtio-devices 89.18% <84.07%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
crates/dbs-arch/src/x86_64/cpuid/mod.rs 87.50% <ø> (ø)
...rates/dbs-arch/src/x86_64/cpuid/transformer/mod.rs 94.80% <ø> (+1.21%) :arrow_up:
crates/dbs-legacy-devices/src/serial.rs 88.63% <0.00%> (ø)
crates/dbs-utils/src/time.rs 85.90% <0.00%> (ø)
crates/dbs-virtio-devices/src/block/handler.rs 78.33% <ø> (ø)
...ates/dbs-virtio-devices/src/vsock/backend/inner.rs 93.52% <0.00%> (ø)
...ates/dbs-virtio-devices/src/vsock/epoll_handler.rs 89.44% <ø> (ø)
crates/dbs-virtio-devices/src/fs/device.rs 69.84% <44.68%> (+0.54%) :arrow_up:
crates/dbs-address-space/src/region.rs 89.91% <50.00%> (+0.22%) :arrow_up:
crates/dbs-virtio-devices/src/mmio/mmio_state.rs 84.54% <75.00%> (-0.40%) :arrow_down:
... and 33 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

studychao commented 1 year ago

this is closed since I'll open another PR to fix the version problem