From 87c85fc81b7e806e235c70ae9e65280a560d78a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 4 Apr 2024 03:13:10 +0200 Subject: [PATCH] ci: Ignore failures on coverage parsing gcovr seems to have issues, but we can't fail on it --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c38ec5f..35a5aab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,8 +99,8 @@ test_dev: script: - meson _build -Db_coverage=true - meson test -C _build --print-errorlogs --no-stdsplit --timeout-multiplier 3 - - ninja -C _build coverage - - cat _build/meson-logs/coverage.txt + - ninja -C _build coverage || true + - cat _build/meson-logs/coverage.txt || true artifacts: expose_as: 'Coverage Report' paths: