summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/appcore-agent.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/appcore-agent.spec b/packaging/appcore-agent.spec
index bc7b09b..efa2d32 100644
--- a/packaging/appcore-agent.spec
+++ b/packaging/appcore-agent.spec
@@ -131,7 +131,7 @@ cd unittests
LD_LIBRARY_PATH=../ ctest -V
%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