openanolis / dragonball-sandbox

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

dbs-arch : release v0.2.3 #269

Closed studychao closed 1 year ago

studychao commented 1 year ago

Fixed:

codecov[bot] commented 1 year ago

Codecov Report

Merging #269 (512eacf) into main (b51f328) will decrease coverage by 3.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   93.53%   90.51%   -3.03%     
==========================================
  Files          24       82      +58     
  Lines        5570    24574   +19004     
==========================================
+ Hits         5210    22243   +17033     
- Misses        360     2331    +1971     
Flag Coverage Δ
dbs-address-space 95.30% <ø> (ø)
dbs-allocator 94.98% <ø> (?)
dbs-arch 96.37% <ø> (?)
dbs-boot 94.90% <ø> (ø)
dbs-device 92.95% <ø> (ø)
dbs-interrupt 90.42% <ø> (ø)
dbs-legacy-devices 92.77% <ø> (ø)
dbs-miniball ∅ <ø> (?)
dbs-upcall 94.31% <ø> (?)
dbs-utils 91.25% <ø> (?)
dbs-virtio-devices 87.47% <ø> (?)

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

Impacted Files Coverage Δ
...es/dbs-virtio-devices/src/block/ufile/localfile.rs 99.18% <0.00%> (ø)
...tes/dbs-arch/src/x86_64/cpuid/transformer/intel.rs 92.95% <0.00%> (ø)
crates/dbs-virtio-devices/src/vsock/muxer/mod.rs 0.00% <0.00%> (ø)
crates/dbs-arch/src/lib.rs 100.00% <0.00%> (ø)
crates/dbs-utils/src/time.rs 85.90% <0.00%> (ø)
crates/dbs-virtio-devices/src/vsock/csm/mod.rs 88.46% <0.00%> (ø)
crates/dbs-arch/src/x86_64/msr.rs 68.29% <0.00%> (ø)
...tes/dbs-virtio-devices/src/block/ufile/io_uring.rs 94.14% <0.00%> (ø)
crates/dbs-virtio-devices/src/epoll_helper.rs 87.05% <0.00%> (ø)
crates/dbs-arch/src/x86_64/regs.rs 94.87% <0.00%> (ø)
... and 48 more

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