Fix the gcov build error 92/307992/1 accepted/tizen/unified/20240315.155210 accepted/tizen/unified/20240322.174309 accepted/tizen/unified/x/20240326.073128
authorWootak Jung <wootak.jung@samsung.com>
Fri, 15 Mar 2024 05:52:16 +0000 (14:52 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Fri, 15 Mar 2024 05:52:16 +0000 (14:52 +0900)
Change-Id: I4228e5358ca507d10b85bd0c170b271d11050075
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
packaging/capi-network-nsd.spec

index 0c4fb4dd81e33662fd0e3b48812f3ae4dc5afe17..61cf69f2f6e551a1f6095fce70fc279b78fb294d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-nsd
 Summary:    A Network Service Discovery libraries in Native API
-Version:    0.2.1
+Version:    0.2.2
 Release:    1
 Group:      System/Network
 License:    Apache-2.0
@@ -110,7 +110,7 @@ find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';'
 %check
 tests/tct-nsd-core
 %if 0%{?gcov:1}
-lcov -c --ignore-errors graph --no-external -b . -d . -o nsd.info
+lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o nsd.info
 genhtml nsd.info -o out --legend --show-details
 %endif