From: Wootak Jung Date: Fri, 21 Jul 2023 01:07:42 +0000 (+0900) Subject: Remove the unnecessary coverage result X-Git-Tag: accepted/tizen/unified/20230726.163539^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71e114f3af1f9dfc74fdf61c4157b862b9cfc922;p=platform%2Fcore%2Fapi%2Fbluetooth.git Remove the unnecessary coverage result Change-Id: If218d386547022da42a1aeaa0526c3c28dab1fe3 Signed-off-by: Wootak Jung --- 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