From ec4fc9aec5f6f57884470f3a9003f308df6b85de Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 13 May 2020 17:47:34 +0200 Subject: [PATCH] ci: Put coverage regexp into CI description One can set it in the project, but that doesn't get copied to forks. And that means the coverage information isn't printed in MRs sometimes. Just add it into .gitlab-ci.yml so that it always works. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb7b92b..3ad55fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ test: paths: - _build/meson-logs expire_in: 1 week + coverage: '/^TOTAL.*\s+(\d+\%)$/' test_valgrind: stage: test