Fix gcov build error 52/307552/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240313.134842 accepted/tizen/unified/20240313.135803 accepted/tizen/unified/20240315.032916 accepted/tizen/unified/x/20240314.073340
authorDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:15:27 +0000 (13:15 +0900)
committerDohyun Pyun <dh79.pyun@samsung.com>
Tue, 12 Mar 2024 04:15:27 +0000 (13:15 +0900)
Change-Id: I5774cf9342300b2be0b840e8dfa2273dcc369d94
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
unittest/run_coverage.sh

index dec9df1..0abd8ba 100755 (executable)
@@ -27,7 +27,7 @@ pushd $CMakeDir
 
     if [ -f /usr/bin/lcov ]
     then
-        lcov -c --ignore-errors graph --no-external -b . -d . -o cov.info
+        lcov -c --ignore-errors mismatch,graph,unused --no-external -b . -d . -o cov.info
         genhtml cov.info -o ${CoverageDir}
         echo "Coverage test result created! [${CoverageDir}]"
     else