ci: Don't include subprojects in coverage report

We don't run the gvdb tests, so don't include them in the report.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4178>
This commit is contained in:
Jonas Ådahl 2024-12-12 10:12:22 +01:00 committed by Marge Bot
parent b0080487c9
commit 3eb1c5af39

View File

@ -543,7 +543,6 @@ build-wayland-only@x86_64:
- pushd build - pushd build
- gcovr --root=.. - gcovr --root=..
--filter='\.\./src/' --filter='\.\./src/'
--filter='\.\./subprojects/'
--filter='\.\./clutter/' --filter='\.\./clutter/'
--filter='\.\./cogl/' --filter='\.\./cogl/'
--filter='\.\./mtk/' --filter='\.\./mtk/'