Fix lcov option for lcov 2.0 23/307623/1
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 12 Mar 2024 04:57:15 +0000 (13:57 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 12 Mar 2024 04:57:15 +0000 (13:57 +0900)
"mismatch,graph,unused" options are added.

Change-Id: I0737ea21685d567bdf88e93effa5aed8c8349844
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
packaging/tizen-theme-manager.spec

index 3636e6b7cf3a81f4d265ef3b04022eeb99f77143..7f27e81fff03015c8e82f8aa76948c1ea955810e 100644 (file)
@@ -142,7 +142,7 @@ install -m 644 %{SOURCE1004} %{buildroot}%{_datadir}/dbus-1/system-services
 export LD_LIBRARY_PATH=../../src/api:../../src/theme:../../src/theme_provider:../../src/theme_plugin
 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