Exclude coverage for pb-agent
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_agent.c
index e132ee7..d5f9664 100644 (file)
@@ -139,6 +139,7 @@ static const gchar pb_agent_introspection_xml[] =
        "</interface>"
 "</node>";
 
+/* LCOV_EXCL_START */
 static void __bt_pb_agent_method(GDBusConnection *connection,
                        const gchar *sender, const gchar *object_path,
                        const gchar *interface_name, const gchar *method_name,
@@ -2401,3 +2402,4 @@ int main(void)
        FN_END;
        return ret;
 }
+/* LCOV_EXCL_STOP */