Use vm_memory crate instead of in-house #1199
Merged
Codecov / codecov/project
succeeded
Jan 28, 2026 in 0s
77.57% (+0.75%) compared to c0666c5
View this Pull Request on Codecov
77.57% (+0.75%) compared to c0666c5
Details
Codecov Report
❌ Patch coverage is 89.16667% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.57%. Comparing base (c0666c5) to head (712d9cf).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/linux/x86_64/kvm_cpu.rs | 56.25% | 7 Missing |
| src/mem.rs | 95.34% | 4 Missing |
| src/arch/x86_64/paging/mod.rs | 75.00% | 1 Missing |
| src/vm.rs | 91.66% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1199 +/- ##
==========================================
+ Coverage 76.82% 77.57% +0.75%
==========================================
Files 26 26
Lines 3667 3675 +8
==========================================
+ Hits 2817 2851 +34
+ Misses 850 824 -26 ☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading