From 42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 12 Mar 2024 13:48:56 +0900 Subject: [PATCH] Fix the gcov build error Change-Id: I64023675c7359d85381341d8135afa0950670546 --- packaging/capi-network-http.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-network-http.spec b/packaging/capi-network-http.spec index a900f96..f76b6f7 100644 --- a/packaging/capi-network-http.spec +++ b/packaging/capi-network-http.spec @@ -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 -- 2.7.4