diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2024-03-12 13:48:56 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2024-03-12 13:49:03 +0900 |
commit | 42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f (patch) | |
tree | 5627dac71e5f2322f23c7442324baff7cc81430d | |
parent | 198a50d0a888548537e5a70cd3c30a923871866c (diff) | |
download | http-42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f.tar.gz http-42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f.tar.bz2 http-42900b1ff2c9a5b9c47cf10f41cacff2b1ee509f.zip |
Fix the gcov build erroraccepted/tizen/unified/x/20240314.073150accepted/tizen/unified/dev/20240620.003843accepted/tizen/unified/20240313.135556accepted/tizen/unified/20240313.134510
Change-Id: I64023675c7359d85381341d8135afa0950670546
-rw-r--r-- | packaging/capi-network-http.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |