Fix gcov build error 88/307788/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen/unified/20240313.134920 accepted/tizen/unified/20240313.135826 accepted/tizen/unified/20240315.032927 accepted/tizen/unified/x/20240314.073316
authorDohyun Pyun <dh79.pyun@samsung.com>
Wed, 13 Mar 2024 05:27:09 +0000 (14:27 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Wed, 13 Mar 2024 05:27:09 +0000 (14:27 +0900)
Change-Id: I0edf5d6998684207d4d29b0ad54a73699191fb2b
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/capi-network-uwb.spec

index 15399dd..7e77666 100644 (file)
@@ -128,7 +128,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %check
 %if 0%{?gcov:1}
 LD_PRELOAD=./tests/libuwb-mock.so tests/%{name}-gtest
-lcov -c --ignore-errors graph --no-external -b . -d . \
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . \
 --exclude "/home/abuild/rpmbuild/BUILD/%{name}-%{version}/src/uwb-gdbus.c" -o %{name}.info
 genhtml %{name}.info -o out --legend --show-details
 %endif