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

Memfd backed memory #4138

Merged
merged 14 commits into from
Oct 17, 2023

feat: added GNU for unit tests targets

ef94eaf
Select commit
Loading
Failed to load commit list.
Merged

Memfd backed memory #4138

feat: added GNU for unit tests targets
ef94eaf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/firecracker succeeded Oct 16, 2023 in 0s

82.99% (target 80.00%)

View this Pull Request on Codecov

82.99% (target 80.00%)

Details

Codecov Report

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

Comparison is base (da660d3) 82.95% compared to head (ef94eaf) 82.99%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4138      +/-   ##
==========================================
+ Coverage   82.95%   82.99%   +0.03%     
==========================================
  Files         221      221              
  Lines       28501    28568      +67     
==========================================
+ Hits        23643    23709      +66     
- Misses       4858     4859       +1     
Files Coverage Δ
src/utils/src/lib.rs 92.30% <ø> (ø)
src/vmm/src/arch/aarch64/fdt.rs 97.69% <ø> (ø)
src/vmm/src/arch/aarch64/mod.rs 94.59% <ø> (ø)
src/vmm/src/arch/aarch64/regs.rs 87.83% <ø> (ø)
src/vmm/src/arch/aarch64/vcpu.rs 95.65% <ø> (ø)
src/vmm/src/arch/mod.rs 80.00% <ø> (ø)
src/vmm/src/arch/x86_64/mod.rs 97.34% <ø> (ø)
src/vmm/src/arch/x86_64/mptable.rs 99.42% <ø> (ø)
src/vmm/src/arch/x86_64/regs.rs 96.52% <ø> (ø)
src/vmm/src/builder.rs 93.04% <100.00%> (-0.16%) ⬇️
... and 47 more

... and 1 file with indirect coverage changes

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