From: DoHyun Pyun Date: Tue, 6 Apr 2021 00:05:29 +0000 (+0900) Subject: Add the coverage exception for internal function X-Git-Tag: submit/tizen/20210426.061315~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bd9ef401c923ff477a75f1729550396d8bf5265;p=platform%2Fcore%2Fapi%2Fbluetooth.git Add the coverage exception for internal function Change-Id: I33a628f5f9ae5474e4f885aea3dfb867bb721c3b Signed-off-by: DoHyun Pyun --- diff --git a/src/bluetooth-mesh.c b/src/bluetooth-mesh.c index f86bb2e..d99f759 100644 --- a/src/bluetooth-mesh.c +++ b/src/bluetooth-mesh.c @@ -1467,6 +1467,7 @@ int bt_mesh_network_load(const char *token, bt_mesh_network_h *network) return error_code; } +/* LCOV_EXCL_START */ int bt_mesh_node_network_join(bt_mesh_node_h node_handle, bt_mesh_join_complete_cb callback, void *user_data) @@ -1643,6 +1644,7 @@ int bt_mesh_node_model_set_msg_cb(bt_mesh_node_h node_handle, FUNC_EXIT; return BT_ERROR_NONE; } +/* LCOV_EXCL_STOP */ int bt_mesh_network_get_name(bt_mesh_network_h network, char **network_name) {