Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
160 stars 16 forks source link

cargo: upgrade xen libraries #228

Closed Wenzel closed 2 years ago

Wenzel commented 2 years ago

fix unwrap when loading xen libraries: https://github.com/Wenzel/xenstore/pull/8 https://github.com/Wenzel/xenevtchn/pull/11 https://github.com/Wenzel/xenctrl/pull/41 https://github.com/Wenzel/xenforeignmemory/pull/9

codecov-commenter commented 2 years ago

Codecov Report

Merging #228 (c569b35) into master (70ea066) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c569b35 differs from pull request most recent head 34240e0. Consider uploading reports for the commit 34240e0 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #228   +/-   ##
=======================================
  Coverage   15.24%   15.24%           
=======================================
  Files          10       10           
  Lines         610      610           
  Branches      100      100           
=======================================
  Hits           93       93           
  Misses        499      499           
  Partials       18       18           
Flag Coverage Δ
unittests 15.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf05bc3...34240e0. Read the comment docs.