diff options
-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 |