From 3eb1c5af3910497a1b93d81b566f3a69e869385e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 12 Dec 2024 10:12:22 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1a8a363..6333420a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -543,7 +543,6 @@ build-wayland-only@x86_64: - pushd build - gcovr --root=.. --filter='\.\./src/' - --filter='\.\./subprojects/' --filter='\.\./clutter/' --filter='\.\./cogl/' --filter='\.\./mtk/'