Fix lcov option for lcov 2.0 47/307547/1
authorInkyun Kil <inkyun.kil@samsung.com>
Tue, 12 Mar 2024 04:09:14 +0000 (13:09 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Tue, 12 Mar 2024 04:09:14 +0000 (13:09 +0900)
Change-Id: I575d0488a77643e3fa467da13ec5d7db0a555cc3
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
packaging/libscreen_connector.spec

index 36a51b3..d467c12 100644 (file)
@@ -133,7 +133,7 @@ export LD_LIBRARY_PATH=../../screen_connector_remote_surface:../../screen_connec
 ctest -V
 
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -q -d . -o screen-connector.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -q -d . -o screen-connector.info
 genhtml screen-connector.info -o screen-connector.out
 zip -r screen-connector.zip screen-connector.out
 install -m 0644 screen-connector.zip %{buildroot}%{_datadir}/gcov/obj/