Fix the gcov build error 97/307597/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen/unified/20240313.134510 accepted/tizen/unified/20240313.135556 accepted/tizen/unified/x/20240314.073150
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:48:56 +0000 (13:48 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 12 Mar 2024 04:49:03 +0000 (13:49 +0900)
Change-Id: I64023675c7359d85381341d8135afa0950670546

packaging/capi-network-http.spec

index a900f96..f76b6f7 100644 (file)
@@ -76,7 +76,7 @@ tests/http-gtest
 %endif
 
 %if 0%{?gcov:1}
-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