Skip to content
Snippets Groups Projects
Commit 4a644e34 authored by Pekka Paalanen's avatar Pekka Paalanen Committed by Daniel Stone
Browse files

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: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent b27f5397
No related branches found
No related tags found
2 merge requests!905color-lcms: Introduction and implementation of LCMS plugin,!620CI log polishing: hide lcov flood and shorten job names
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment