Fix the gcov build error 78/307678/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x accepted/tizen/unified/20240313.134422 accepted/tizen/unified/20240313.135528 accepted/tizen/unified/dev/20240620.004638 accepted/tizen/unified/x/20240314.073247
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:41:22 +0000 (16:41 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 07:41:28 +0000 (16:41 +0900)
Change-Id: I4d068153d76e07cb83eab230ae3f15035d3ed0c8

packaging/capi-web-url-download.spec

index fe383d4..b6dec4a 100755 (executable)
@@ -102,7 +102,7 @@ cp tests/libdp-interface-mock.so %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %if 0%{?gcov:1}
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:tests
 tests/url-download-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