summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-13 14:44:30 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-13 14:45:44 +0100
commitee275a768bd08efaf3dbc6050b5b3e12cfa32692 (patch)
tree51438ecd4216df4fc35291ede178bea98de657f7 /.gitlab-ci.yml
parentfb7de68693e80ad6b975094c68e88962a48e4e73 (diff)
downloadtracker-ee275a768bd08efaf3dbc6050b5b3e12cfa32692.tar.gz
ci: Print summary of individual gcovr runs
There is something fishy going on in CI wrt the reported coverage, print this summary so we know the coverage reported by the individual test runs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c04188030..8c7f91ed6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,7 +294,7 @@ build-alpine-latest@x86_64:
--exclude=../utils --exclude=../examples --exclude=../docs/reference
--exclude='\.\./build/.*\.[ch]$' --exclude='.*/tests/.*\.[ch]$'
--exclude='\.\./src/.*\.vala$'
- --json --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
+ --json --print-summary --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
- popd
- |
echo "Distribution: "