Add the coverage exception for internal function 99/256499/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 6 Apr 2021 00:05:29 +0000 (09:05 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 6 Apr 2021 00:05:29 +0000 (09:05 +0900)
Change-Id: I33a628f5f9ae5474e4f885aea3dfb867bb721c3b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bluetooth-mesh.c

index f86bb2e..d99f759 100644 (file)
@@ -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)
 {