Fix lcov error 55/307555/1
authorInhong Han <inhong1.han@samsung.com>
Tue, 12 Mar 2024 04:16:44 +0000 (13:16 +0900)
committerInhong Han <inhong1.han@samsung.com>
Tue, 12 Mar 2024 04:16:44 +0000 (13:16 +0900)
Change-Id: I0c1c030ddcdd08a30fb189159a2aa0b80750aade

packaging/capi-ui-sticker.spec

index 9dcacf0..b58ac85 100644 (file)
@@ -184,7 +184,7 @@ install -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/dbus-1/system.d/capi-ui-stic
 %check
 %if 0%{?gcov:1}
 ctest --output-on-failure %{?_smp_mflags}
-lcov -c --ignore-errors graph --no-external -q -d . -o capi-ui-sticker.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o capi-ui-sticker.info
 genhtml capi-ui-sticker.info -o capi-ui-sticker.out
 zip -r capi-ui-sticker.zip capi-ui-sticker.out capi-ui-sticker.info
 install -m 0644 capi-ui-sticker.zip %{buildroot}%{_datadir}/gcov