Remove the unnecessary coverage result 74/296174/1 accepted/tizen/unified/20230726.163539
authorWootak Jung <wootak.jung@samsung.com>
Fri, 21 Jul 2023 01:07:42 +0000 (10:07 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 21 Jul 2023 01:07:42 +0000 (10:07 +0900)
Change-Id: If218d386547022da42a1aeaa0526c3c28dab1fe3
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
packaging/capi-network-bluetooth.spec

index 17e95ad..30dfbc1 100644 (file)
@@ -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