mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
3aedb46501
These are copied from Gtk and should not be considered for coverage reports.
10 lines
496 B
INI
10 lines
496 B
INI
exclude = src/dbus
|
|
exclude = subprojects/
|
|
# exclude in-tree copy of Gtk list models
|
|
exclude = src/gtklistmodels
|
|
# exclude calls-dummy-provider.c and calls-sip-provider.c as
|
|
# gcovr currently can't handle having the same function name twice on different lines:
|
|
# #ifdef FOR_TESTING switches between G_DEFINE_TYPE and a G_DEFINE_DYNAMIC_TYPE
|
|
# see https://github.com/gcovr/gcovr/issues/586
|
|
exclude = plugins/provider/dummy/calls-dummy-provider.c
|
|
exclude = plugins/provider/sip/calls-sip-provider.c
|