Fix the gcov build error 06/307606/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134413 accepted/tizen/unified/20240313.135523 accepted/tizen/unified/x/20240314.073156
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:51:42 +0000 (13:51 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:51:47 +0000 (13:51 +0900)
Change-Id: I1fe692468d0fcc73bb31df45c110da15c4d633a2

packaging/capi-network-tethering.spec

index 104a161..b5924dd 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.2.1
+Version:       1.2.2
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
@@ -119,7 +119,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %check
 %if 0%{?gcov:1}
 tests/tethering-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