summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-21 15:52:19 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-21 21:03:48 +0100
commite255b4a39a88e66cf1fc9e254a97ca283b93989b (patch)
treeb20437c65a30d42c98b2507dafeaf179fa300e0a
parentbb27cf0bb4b10d5ca992ecda9c0e308512150311 (diff)
downloadtracker-e255b4a39a88e66cf1fc9e254a97ca283b93989b.tar.gz
ci: Do not consume gcovr output
Provide a hint to CI logs if gcovr fails to get a JSON summary.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af34a6a58..baaf5306c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -345,7 +345,7 @@ build-alpine-latest@x86_64:
- gcovr --root=.. --filter='\.\./src/'
--exclude=../utils --exclude=../examples --exclude=../docs/reference
--exclude='\.\./build/.*\.[ch]$' --exclude='.*/tests/.*\.[ch]$'
- --json --print-summary --output=../coverage-${CI_JOB_NAME}.json 2>/dev/null
+ --json --print-summary --output=../coverage-${CI_JOB_NAME}.json
- popd
- |
echo "Distribution: "