You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building/linking the examples with --coverage creates binaries that include the appropriated gcov functions, but running the binaries with uhyve or qemu does not create gcov output files.
I am not sure if this should be working, but getting code coverage would be nice for the tests. 😃
Building/linking the examples with
--coveragecreates binaries that include the appropriated gcov functions, but running the binaries with uhyve or qemu does not create gcov output files.I am not sure if this should be working, but getting code coverage would be nice for the tests. 😃