File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -917,7 +917,7 @@ coverage-lcov:
917917 @lcov $(COVERAGE_LCOV_OPTIONS) --capture \
918918 --directory $(abs_builddir) \
919919 --base-directory $(realpath $(abs_builddir)) \
920- --path $(realpath $(abs_srcdir)) \
920+ --ignore-errors negative \
921921 --output-file $(COVERAGE_INFO)
922922 @ # remove 3rd party modules, system headers and internal files with
923923 @ # debug, test or dummy functions.
@@ -931,8 +931,13 @@ coverage-lcov:
931931 '/usr/include/*' \
932932 '/usr/local/include/*' \
933933 '/usr/lib/gcc/*' \
934+ --ignore-errors inconsistent \
935+ --ignore-errors negative \
936+ --ignore-errors unused \
934937 --output-file $(COVERAGE_INFO)
935938 @genhtml $(COVERAGE_INFO) \
939+ --ignore-errors inconsistent \
940+ --ignore-errors negative \
936941 --output-directory $(COVERAGE_REPORT) \
937942 $(COVERAGE_REPORT_OPTIONS)
938943 @echo
You can’t perform that action at this time.
0 commit comments