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 reset for net device #4389

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

vmm: Implement basic reset capability for net device

a3f3ad9
Select commit
Loading
Failed to load commit list.
Open

Support reset for net device #4389

vmm: Implement basic reset capability for net device
a3f3ad9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/firecracker succeeded Mar 21, 2024 in 0s

81.51% (target 80.00%)

View this Pull Request on Codecov

81.51% (target 80.00%)

Details

Codecov Report

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

Project coverage is 81.51%. Comparing base (43aae6e) to head (a3f3ad9).
Report is 210 commits behind head on main.

Files Patch % Lines
src/vmm/src/devices/virtio/mmio.rs 33.33% 4 Missing ⚠️
src/vmm/src/devices/virtio/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4389      +/-   ##
==========================================
- Coverage   81.52%   81.51%   -0.01%     
==========================================
  Files         241      241              
  Lines       29296    29308      +12     
==========================================
+ Hits        23883    23891       +8     
- Misses       5413     5417       +4     

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