tests: Update vm README
Update the code coverage documentation to also specify the source base directory for the code coverage generation. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
6e04f41168
commit
40c57fa88f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ VM into the logs directory. To post-process this data, you'll want to use
|
|||
lcov and run
|
||||
|
||||
cd /tmp/hwsim-test-logs/<timestamp>
|
||||
lcov -c -d gcov/ > gcov/data
|
||||
lcov -b <path to kernel dir> -c -d gcov/ > gcov/data
|
||||
genhtml -o html/ gcov/data
|
||||
|
||||
Then open html/index.html in your browser.
|
||||
|
|
Loading…
Reference in a new issue