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
# 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
%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