Fix the gcov build error 79/307679/1 accepted/tizen/unified/20240313.134403 accepted/tizen/unified/20240313.135517 accepted/tizen/unified/x/20240314.073135
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:42:00 +0000 (16:42 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:42:06 +0000 (16:42 +0900)
Change-Id: Ieeaa83753003a0df1fc0f0176e8c1449e33b539c

packaging/capi-network-softap.spec

index 95a60558cc4e3731a538b450260f354109780621..2172529ca3c19c180e0daf7c51369ccbfdb2e02c 100644 (file)
@@ -110,7 +110,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %check
 %if 0%{?gcov:1}
 tests/softap-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