Fix command error for lcov 2.0 84/307184/1 accepted/tizen/unified/20240306.094124 accepted/tizen/unified/toolchain/20240311.065055 accepted/tizen/unified/x/20240307.010745
authorJinWang An <jinwang.an@samsung.com>
Wed, 6 Mar 2024 01:10:44 +0000 (10:10 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 6 Mar 2024 01:10:44 +0000 (10:10 +0900)
Change-Id: I838a21799ed97d63be8deff16afe20c10db99fd8
Signed-off-by: JinWang An <jinwang.an@samsung.com>
packaging/capi-base-utils.spec

index c8a2722f82d73ccb08eb1025ef642cc377e4ae3c..2dbdc5b857509b5775f85f9b8b57823f7032a777 100755 (executable)
@@ -112,7 +112,7 @@ install -m 0755 run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests/%{name}/
 %check
 %if 0%{?gcov:1}
 tests/tct-base-utils-core
-lcov -c --ignore-errors graph --no-external -b . -d . --exclude "$PWD/tests/include/*" -o %{name}.info
+lcov -c --ignore-errors mismatch --ignore-errors graph --no-external -b . -d . --exclude "$PWD/tests/include/*" -o %{name}.info
 genhtml %{name}.info -o out --legend --show-details
 %endif