Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big refactor #527

Merged
merged 29 commits into from
Apr 4, 2024

Untested add of the file hypercall functions

3768b34
Select commit
Loading
Failed to load commit list.
Merged

Big refactor #527

Untested add of the file hypercall functions
3768b34
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2024 in 0s

68.19% (+2.22%) compared to 63cd2fc

View this Pull Request on Codecov

68.19% (+2.22%) compared to 63cd2fc

Details

Codecov Report

Attention: Patch coverage is 81.08808% with 146 lines in your changes are missing coverage. Please review.

Project coverage is 68.19%. Comparing base (63cd2fc) to head (3768b34).

Files Patch % Lines
src/hypercall.rs 67.83% 46 Missing ⚠️
src/linux/x86_64/kvm_cpu.rs 70.27% 44 Missing ⚠️
src/vm.rs 87.71% 14 Missing ⚠️
src/mem.rs 89.09% 12 Missing ⚠️
src/virtio.rs 0.00% 12 Missing ⚠️
src/bin/uhyve.rs 0.00% 6 Missing ⚠️
uhyve-interface/src/parameters.rs 73.68% 5 Missing ⚠️
src/linux/mod.rs 71.42% 4 Missing ⚠️
src/arch/x86_64/mod.rs 98.83% 2 Missing ⚠️
src/paging.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #527      +/-   ##
==========================================
+ Coverage   65.97%   68.19%   +2.22%     
==========================================
  Files          17       20       +3     
  Lines        2110     2305     +195     
==========================================
+ Hits         1392     1572     +180     
- Misses        718      733      +15     

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