libpayload/tests: Disable generation of lcov HTML
Commit de4148888c ("tests: Disable generation of lcov HTML") only
disabled the HTML generation for the coreboot tests, but not for
libpayload tests. So do it here as well.
Change-Id: I35458345c81de8b9936a17bb6fb5670b29a6d05e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90608
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7d38a96c44
commit
331e93cbd2
1 changed files with 2 additions and 1 deletions
|
|
@ -274,7 +274,8 @@ clean-junit.xml-unit-tests:
|
|||
ifeq ($(COV),1)
|
||||
coverage-report:
|
||||
lcov -o $(testobj)/tests.info -c -d $(testobj) --exclude '$(testsrc)/*'
|
||||
genhtml -q -o $(coverage-dir) -t "coreboot unit tests" -s $(testobj)/tests.info
|
||||
# TODO: figure out issues with inconsistent and corrupt data
|
||||
# genhtml -q -o $(coverage-dir) -t "coreboot unit tests" -s $(testobj)/tests.info
|
||||
|
||||
clean-coverage-report:
|
||||
rm -Rf $(coverage-dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue