From 71e114f3af1f9dfc74fdf61c4157b862b9cfc922 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Fri, 21 Jul 2023 10:07:42 +0900 Subject: [PATCH] Remove the unnecessary coverage result Change-Id: If218d386547022da42a1aeaa0526c3c28dab1fe3 Signed-off-by: Wootak Jung --- packaging/capi-network-bluetooth.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index 17e95ad..30dfbc1 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -149,7 +149,8 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name} %check LD_LIBRARY_PATH=. LD_PRELOAD=tests/unittest/libbluetooth-mock.so tests/unittest/tct-bluetooth-core %if 0%{?gcov:1} -lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info --exclude "*/unittest/*" +rm -rf tests +lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info genhtml %{name}.info -o out --legend --show-details %endif -- 2.7.4