Fix gcov QB build error and Update version (1.90.3) 92/307692/1 accepted/tizen/unified/20240313.134607 accepted/tizen/unified/20240313.135633 accepted/tizen/unified/x/20240314.073257
authorsooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:29:30 +0000 (17:29 +0900)
committersooyeon <sooyeon.kim@samsung.com>
Tue, 12 Mar 2024 08:29:30 +0000 (17:29 +0900)
Change-Id: Ifaf2952de2e67f997a0e9c056d477203c1154d94
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
packaging/tts.spec

index 76b411b..50073fc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       tts
 Summary:    Text To Speech client library and daemon
-Version:    1.90.2
+Version:    1.90.3
 Release:    1
 Group:      Graphics & UI Framework/Voice Framework
 License:    Apache-2.0
@@ -180,7 +180,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}
 %if "%{_ctest_enable}" == "true"
 ctest -V --output-on-failure %{?_smp_mflags}
 %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