Fix the gcov build error 01/307601/1 accepted/tizen/unified/20240313.134432 accepted/tizen/unified/20240313.135534 accepted/tizen/unified/x/20240314.073332
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:50:38 +0000 (13:50 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:50:38 +0000 (13:50 +0900)
Change-Id: I0b8315d79b95f1fdf7d4b3f5567248d48eb757ac

packaging/capi-network-wifi-manager.spec

index 57998a7b6c803ce32944919906a0bfb73aaf25c9..8533689561c98e788b3c995b65f00d9d96d2942a 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-wifi-manager
 Summary:       Network Wi-Fi library in TIZEN C API
-Version:       1.3.23
+Version:       1.3.24
 Release:       0
 Group:         System/Network
 License:       Apache-2.0
@@ -121,7 +121,7 @@ tests/gtest-wifi-manager
 # Calculating linecoverage only for library source code
 find . -name "*.gcno" | grep -v src | xargs rm -f
 find . -name "*.gcda" | grep -v src | xargs rm -f
-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
 
@@ -153,4 +153,4 @@ genhtml %{name}.info -o out --legend --show-details
 
 %files unittests
 %{_bindir}/gtest-wifi-manager
-%{_bindir}/tizen-unittests/%{name}/run-unittest.sh
\ No newline at end of file
+%{_bindir}/tizen-unittests/%{name}/run-unittest.sh