Fix gcov QB build error and Update version (2.0.2) 98/307698/2 accepted/tizen/unified/20240313.134627 accepted/tizen/unified/20240313.135644
authorsooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:40:29 +0000 (17:40 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:49:58 +0000 (17:49 +0900)
Change-Id: I0340e9a26c5097f56753b08971572e5709b4900c
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
packaging/mmi.spec

index 2495414..18ef3ed 100644 (file)
@@ -1,5 +1,5 @@
 Name:          mmi
-Version:       2.0.1
+Version:       2.0.2
 Release:       0
 Summary:       Multi-modal Interaction Framework
 License:       MIT
@@ -116,7 +116,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %if "%{_mmi_test_enable}" == "true"
 ninja -C builddir test
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -q -d . -o gcov.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o gcov.info
 genhtml gcov.info
 %endif
 %endif