build: enable coverage analytics
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 24 Apr 2020 10:48:28 +0000 (19:48 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Sat, 25 Apr 2020 05:58:37 +0000 (14:58 +0900)
commit0755b1f62e2b8136523ac2ca760da3c717259346
tree15d54d9cbe2c0fe11f314ae0f63c2e168c26b8b1
parent3097f7058f8089a95ec8adc36f634517fa065f24
build: enable coverage analytics

you can build this package to check coverage,
by passing --define "gcov 1" to gbs build option.

Change-Id: I5d2dc750a8d89979a89caf7e0b62ab1323e0ee3b
44 files changed:
libaurum/src/AccessibleNode.cc
libaurum/src/AccessibleUtils.cc
libaurum/src/AccessibleWatcher.cc
libaurum/src/Comparer.cc
libaurum/src/DeviceImpl/TizenImpl.cc
libaurum/src/PartialMatch.cc
libaurum/src/UiObject.cc
libaurum/src/Waiter.cc
libloguru/src/loguru.cpp
meson.build
meson_options.txt
misc/setup_device.sh
org.tizen.aurum-bootstrap/inc/AurumServiceImpl.h
org.tizen.aurum-bootstrap/inc/Commands/ClearCommand.h
org.tizen.aurum-bootstrap/inc/Commands/ClickCommand.h
org.tizen.aurum-bootstrap/inc/Commands/CloseAppCommand.h
org.tizen.aurum-bootstrap/inc/Commands/Command.h
org.tizen.aurum-bootstrap/inc/Commands/FindElementCommand.h
org.tizen.aurum-bootstrap/inc/Commands/FlickCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetAppInfoCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetAttributeCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetDeviceTimeCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetLocationCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetSizeCommand.h
org.tizen.aurum-bootstrap/inc/Commands/GetValueCommand.h
org.tizen.aurum-bootstrap/inc/Commands/InstallAppCommand.h
org.tizen.aurum-bootstrap/inc/Commands/KillServerCommand.h
org.tizen.aurum-bootstrap/inc/Commands/LaunchAppCommand.h
org.tizen.aurum-bootstrap/inc/Commands/LongClickCommand.h
org.tizen.aurum-bootstrap/inc/Commands/PostCommand.h
org.tizen.aurum-bootstrap/inc/Commands/PreCommand.h
org.tizen.aurum-bootstrap/inc/Commands/RemoveAppCommand.h
org.tizen.aurum-bootstrap/inc/Commands/SendKeyCommand.h
org.tizen.aurum-bootstrap/inc/Commands/SetValueCommand.h
org.tizen.aurum-bootstrap/inc/Commands/SyncCommand.h
org.tizen.aurum-bootstrap/inc/Commands/TouchDownCommand.h
org.tizen.aurum-bootstrap/inc/Commands/TouchMoveCommand.h
org.tizen.aurum-bootstrap/inc/Commands/TouchUpCommand.h
org.tizen.aurum-bootstrap/meson.build
org.tizen.aurum-bootstrap/src/AurumServiceImpl.cc
org.tizen.aurum-bootstrap/src/BootstrapServer.cc
org.tizen.aurum-bootstrap/src/Commands/PostCommand.cc
packaging/aurum.spec
tests/meson.build