From: Hwankyu Jhun Date: Tue, 12 Mar 2024 03:55:05 +0000 (+0900) Subject: Fix lcov option X-Git-Tag: accepted/tizen/unified/20240313.134143~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F307543%2F1;p=platform%2Fcore%2Fapi%2Fpreference.git Fix lcov option "mismatch,graph,unused" options are added. Change-Id: I2d8066143699c6cacdfaf15662dd534b84ad10d4 Signed-off-by: Hwankyu Jhun --- diff --git a/packaging/capi-appfw-preference.spec b/packaging/capi-appfw-preference.spec index 05d8cd0..0af4898 100644 --- a/packaging/capi-appfw-preference.spec +++ b/packaging/capi-appfw-preference.spec @@ -119,7 +119,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/ LD_LIBRARY_PATH=../preference 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