Bareflank / hypervisor

lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
Other
1.36k stars 207 forks source link

Fix issues with the IOCTL interface and the page table logic #963

Closed rianquinn closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #963 (9058f79) into master (134a24c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #963   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          143       143           
  Lines         9919      9919           
  Branches       122       122           
=========================================
  Hits          9919      9919           
Impacted Files Coverage Δ
lib/src/basic_page_pool_t.hpp 100.00% <100.00%> (ø)
lib/tests/src/basic_page_pool_t/behavior.cpp 100.00% <100.00%> (ø)
lib/tests/src/basic_page_pool_t/requirements.cpp 100.00% <100.00%> (ø)