From 9ab901ab2433cb2159b56f423a748ade626d9fd1 Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Tue, 12 Mar 2024 13:16:44 +0900 Subject: [PATCH] Fix lcov error Change-Id: I0c1c030ddcdd08a30fb189159a2aa0b80750aade --- packaging/capi-ui-sticker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-ui-sticker.spec b/packaging/capi-ui-sticker.spec index 9dcacf0..b58ac85 100644 --- a/packaging/capi-ui-sticker.spec +++ b/packaging/capi-ui-sticker.spec @@ -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 -- 2.7.4