From: SangYoun Kwak Date: Tue, 29 Aug 2023 04:18:39 +0000 (+0900) Subject: sensor-internal: Add lcov exception to internal functions X-Git-Tag: accepted/tizen/unified/20230831.081039^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F297959%2F1;p=platform%2Fcore%2Fapi%2Fsensor.git sensor-internal: Add lcov exception to internal functions Add line coverage exception to the internal functions of sensor. Change-Id: I7257c235da760f6dcf87854ecdd7782c92d325c4 Signed-off-by: SangYoun Kwak --- diff --git a/src/sensor-internal.cpp b/src/sensor-internal.cpp index ed1ddf7..648af6d 100644 --- a/src/sensor-internal.cpp +++ b/src/sensor-internal.cpp @@ -22,6 +22,8 @@ #include #include +/* LCOV_EXCL_START */ + int sensor_util_set_attribute_int(sensor_type_e type, sensor_attribute_e attr, int value) { sensor_t sensor; @@ -178,3 +180,5 @@ int sensor_get_attribute_int(sensor_h sensor, sensor_handle_attribute_e attribut return SENSOR_ERROR_NONE; } + +/* LCOV_EXCL_STOP */