Fix gcov QB build error and Update version (0.3.21) 93/307693/2 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134617 accepted/tizen/unified/20240313.135638 accepted/tizen/unified/20240322.174320 accepted/tizen/unified/dev/20240620.010330 accepted/tizen/unified/x/20240314.073308 accepted/tizen/unified/x/20240326.073428
authorsooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:34:21 +0000 (17:34 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:51:29 +0000 (17:51 +0900)
Change-Id: Ia204088ab29ff499276399da851f1b6a3bd3fd7b
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
packaging/multi-assistant.spec

index 634d377..8ec3bbd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       multi-assistant
 Summary:    Multi Assistant client library and daemon
-Version:    0.3.20
+Version:    0.3.21
 Release:    1
 Group:      Graphics & UI Framework/Voice Framework
 License:    Apache-2.0
@@ -140,7 +140,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}
 %check
 %if 0%{?gcov:1}
 ctest --output-on-failure %{?_smp_mflags}
-lcov -c --ignore-errors graph --no-external -q -d . -o %{name}.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o %{name}.info
 genhtml %{name}.info -o %{name}.out
 zip -r %{name}.zip %{name}.out %{name}.info
 install -m 0644 %{name}.zip %{buildroot}%{_datadir}/gcov/