Add exclude section for callback functions 21/236821/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 22 Jun 2020 08:44:05 +0000 (17:44 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 22 Jun 2020 08:44:05 +0000 (17:44 +0900)
Change-Id: I870721cb68ff379271e71f493c71dc010c2b9226
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
tests/src/autofill_client_unittests.cpp
tests/src/autofill_service_unittests.cpp

index 68a94d7..50c511f 100644 (file)
@@ -28,6 +28,7 @@
 
 namespace {
 
+//LCOV_EXCL_START
 void auth_info_cb(autofill_h ah, autofill_auth_info_h auth_info, void *user_data)
 {
 
@@ -42,6 +43,7 @@ void error_info_cb(autofill_h ah, autofill_error_info_h error_info, void *user_d
 {
 
 }
+//LCOV_EXCL_STOP
 
 class AutofillClientTest : public testing::Test {
     public:
index 522c67d..9142c8f 100644 (file)
@@ -27,6 +27,7 @@
 
 namespace {
 
+//LCOV_EXCL_START
 static void auth_info_requested_cb(int context_id, autofill_view_info_h vi, void *user_data)
 {
 
@@ -51,6 +52,7 @@ static void terminate_received_cb(void *user_data)
 {
 
 }
+//LCOV_EXCL_STOP
 
 class AutofillServiceTest : public testing::Test {
     public: