diff options
-rw-r--r-- | packaging/librua.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/librua.spec b/packaging/librua.spec index d269711..97a9fd9 100644 --- a/packaging/librua.spec +++ b/packaging/librua.spec @@ -62,7 +62,7 @@ make %{?_smp_mflags} %check (cd tests && cd unittest && LD_LIBRARY_PATH=../../ ctest -V) %if 0%{?gcov:1} -lcov -c --ignore-errors graph --no-external -q -d . -o rua.info +lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o rua.info genhtml rua.info -o rua.out zip -r rua.zip rua.out install -m 0644 rua.zip %{buildroot}%{_datadir}/gcov/ |