Fix lcov option 21/307621/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Mar 2024 04:58:43 +0000 (13:58 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 12 Mar 2024 04:58:43 +0000 (13:58 +0900)
"mismatch,unused" options are added.

Change-Id: I57e15e6e729093e4a4411973eaf653aedfc6c113
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/esd.spec

index 8662f26..2a0934b 100644 (file)
@@ -116,7 +116,7 @@ make %{?jobs:-j%jobs}
 ctest -V
 
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info
 genhtml %{name}.info -o out --legend --show-details
 %endif