1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-15 09:39:30 +00:00

gcovr: Exclude src/gtklistmodels

These are copied from Gtk and should not be considered for coverage
reports.
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-01-22 08:43:16 +01:00
parent bb6b76107c
commit 3aedb46501

View file

@ -1,5 +1,7 @@
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