Fix gcov build error 53/307553/1 accepted/tizen/unified/20240313.134852 accepted/tizen/unified/20240313.135809 accepted/tizen/unified/20240315.032918 accepted/tizen/unified/x/20240314.073401
authorDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:16:17 +0000 (13:16 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:16:17 +0000 (13:16 +0900)
Change-Id: I74eb004330a5ecb32b701f56b0a801218a99ce62
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/bluetooth-share.spec

index 99589fd..97fddf8 100644 (file)
@@ -1,7 +1,7 @@
 Name: bluetooth-share
 Summary: Bluetooth file share Agent
 Version: 0.9.0
-Release: 0
+Release: 1
 Group: Network & Connectivity/Bluetooth
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
@@ -101,7 +101,7 @@ install -D -m 0755 %{SOURCE1002} %{buildroot}%{TZ_SYS_UPGRADE_SCRIPTS}
 %check
 %if 0%{?gcov:1}
 LD_LIBRARY_PATH=lib LD_PRELOAD=tests/libbt-share-mock.so tests/bt-share-gtest
-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