tests: Disable generation of lcov HTML
The issues still appears even after commit 65833355ca ("tests: Disable
gcov warnings"). So, disable the HTML generation completely until the
issue is figured out.
Change-Id: I683889ff8a0769697154079f99fe1d6ff9773281
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90578
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
This commit is contained in:
parent
188cd88ac7
commit
de4148888c
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ clean-junit.xml-unit-tests:
|
|||
ifeq ($(COV),1)
|
||||
coverage-report:
|
||||
lcov -o $(testobj)/tests.info -c -d $(testobj) --exclude '$(testsrc)/*'
|
||||
genhtml --ignore-errors inconsistent,corrupt -q -o $(testobj)/$(coverage_dir) -t "coreboot unit tests" \
|
||||
-s $(testobj)/tests.info
|
||||
# TODO: fix inconsistent and corrupt error reports
|
||||
# genhtml --ignore-errors inconsistent,corrupt -q -o $(testobj)/$(coverage_dir) -t "coreboot unit tests" -s $(testobj)/tests.info
|
||||
|
||||
clean-coverage-report:
|
||||
rm -Rf $(testobj)/$(coverage_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue