Fix the gcov build error 50/307550/1 accepted/tizen/unified/20240313.134901 accepted/tizen/unified/20240313.135814 accepted/tizen/unified/20240315.032920 accepted/tizen/unified/x/20240314.073430
authorDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:13:30 +0000 (13:13 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:13:30 +0000 (13:13 +0900)
Change-Id: I951c2396d162705a3ba5940f68a57883e974b536
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/capi-network-bluetooth.spec

index 3b8aee1..64125c0 100644 (file)
@@ -1,7 +1,7 @@
 Name:       capi-network-bluetooth
 Summary:    Network Bluetooth Framework
 Version:    0.9.0
-Release:    1
+Release:    2
 Group:      Connectivity/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
@@ -150,7 +150,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}
 LD_LIBRARY_PATH=. LD_PRELOAD=tests/unittest/libbluetooth-mock.so tests/unittest/tct-bluetooth-core
 %if 0%{?gcov:1}
 rm -rf tests
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info
 genhtml %{name}.info -o out --legend --show-details
 %endif