Fix gcov build error 58/307558/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134832 accepted/tizen/unified/20240313.135757 accepted/tizen/unified/20240315.032914 accepted/tizen/unified/x/20240314.073249
authorDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:17:06 +0000 (13:17 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:17:06 +0000 (13:17 +0900)
Change-Id: I4c91123d229f499f44ccab1f1a74eaf6a84ec57d
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
packaging/libtcore.spec

index 69ff5ac..bd6b0fe 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:           libtcore
 Version:        %{major}.%{minor}.%{patchlevel}
-Release:        1
+Release:        2
 License:        Apache-2.0
 Summary:        Telephony-core library
 Group:          System/Libraries
@@ -63,7 +63,7 @@ find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
 %if 0%{?gcov:1}
 %check
 LD_LIBRARY_PATH=. gtest/gtest-libtcore
-lcov -c --ignore-errors graph --no-external -b . -d . -o %{name}.info --exclude "*/gtest/*"
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o %{name}.info --exclude "*/gtest/*"
 genhtml %{name}.info -o out --legend --show-details
 %endif