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

Support for VMGenID device on x86 microVMs #4487

Merged
merged 8 commits into from
Apr 9, 2024

Merge branch 'main' into vmgenid_x86_64

90db35b
Select commit
Loading
Failed to load commit list.
Merged

Support for VMGenID device on x86 microVMs #4487

Merge branch 'main' into vmgenid_x86_64
90db35b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/firecracker succeeded Apr 9, 2024 in 0s

82.14% (target 80.00%)

View this Pull Request on Codecov

82.14% (target 80.00%)

Details

Codecov Report

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

Project coverage is 82.14%. Comparing base (9f8b0b2) to head (90db35b).

Files Patch % Lines
src/vmm/src/devices/acpi/vmgenid.rs 94.04% 5 Missing ⚠️
src/vmm/src/device_manager/acpi.rs 96.66% 2 Missing ⚠️
src/vmm/src/device_manager/persist.rs 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4487      +/-   ##
==========================================
+ Coverage   82.04%   82.14%   +0.09%     
==========================================
  Files         253      255       +2     
  Lines       31072    31278     +206     
==========================================
+ Hits        25492    25692     +200     
- Misses       5580     5586       +6     

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