From 4a644e34d97523715068aba7524c15bd241c17d3 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 12 May 2021 14:44:17 +0300 Subject: [PATCH] CI: put coverage-html output into file I'm tired of scrolling through that flood when looking at CI logs. It's just listing every gcno, gcda and c file name as it parses them. Signed-off-by: Pekka Paalanen --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2472e497..faf0d1aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ build-native-meson-default-options: -Dlauncher-libseat=true extends: .build-native-meson after_script: - - ninja -C "$BUILDDIR" coverage-html + - ninja -C "$BUILDDIR" coverage-html > "$BUILDDIR/meson-logs/ninja-coverage-html.txt" - ninja -C "$BUILDDIR" coverage-xml - sed -i -e 's/\/build-weston-build-native-meson-default-options//' -e 's/\"..\//\"/' "$BUILDDIR/meson-logs/coverage.xml" artifacts: